diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 13f0603..c21f49b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,6 +1,7 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion'; -import FeaturesBento from '@/components/sections/features/FeaturesBento'; +import _FeaturesBento from '@/components/sections/features/FeaturesBento'; +const FeaturesBento = _FeaturesBento as any; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';