From d2b55fc10025ccea278710a43931c76cfbad209a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 10:57:02 +0000 Subject: [PATCH] Replaced AboutMediaOverlay with AboutFeaturesSplit --- src/pages/HomePage.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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() {
- -- 2.49.1