diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b519360..04721d0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,4 @@ -import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; +import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; @@ -60,7 +60,7 @@ export default function HomePage() {
-