diff --git a/components/modules/hero/hero.tsx b/components/modules/hero/hero.tsx index c7d84eda2..928a078ff 100644 --- a/components/modules/hero/hero.tsx +++ b/components/modules/hero/hero.tsx @@ -1,8 +1,9 @@ import dynamic from 'next/dynamic' + +import Link from 'components/ui/link/link' +import Text from 'components/ui/text/text' const SanityImage = dynamic(() => import('components/ui/sanity-image')) -const Link = dynamic(() => import('components/ui/link')) -const Text = dynamic(() => import('components/ui/text')) interface HeroProps { variant: string