export interface LinkItem {
  icon: string;
  label: string;
  href: string;
}
