diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ac22d06..8516930 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeaturesBento from '@/components/sections/features/FeaturesBento'; +import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; @@ -47,46 +47,31 @@ export default function HomePage() {