import { IconArrowNarrowRight } from '@tabler/icons-react'; import { colors } from '@/constants/colors'; export default function AccentLink({ link, label }: { link: string, label: string }) { return (

{label}

); }