export type TLink = {
  href: string;
  label: string;
};
