diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ac1271a..f0910b5 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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesBento from '@/components/sections/features/FeaturesBento'; @@ -35,10 +35,27 @@ export default function HomePage() {
-