import type { VariantProps } from "class-variance-authority" import type { linkVariants } from "./variants" export interface SectionLinkProps extends React.PropsWithChildren>, VariantProps { link?: { href: string; text: string } }