diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 083ccf3..762e98a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,8 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; -import FeaturesBento from '@/components/sections/features/FeaturesBento'; +import FeaturesBentoRaw from '@/components/sections/features/FeaturesBento'; +const FeaturesBento = FeaturesBentoRaw as any; import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards';