interface LinksType {
    Icon?: LucideIcon;
    ariaLabel: string;
    bgBlue?: boolean;
    category: string;
    href: string;
    label: string;
    mobileFooter?: boolean;
}

Properties

Icon?: LucideIcon
ariaLabel: string
bgBlue?: boolean
category: string
href: string
label: string
mobileFooter?: boolean