From 2bbb019ebb61d082716d449e2cea4a646111a0c3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 22 May 2026 19:58:20 +0000 Subject: [PATCH] Changed the second section to AboutFeaturesSplit with text on left and image on right. --- 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 025e460..35e9ad6 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; @@ -56,11 +56,28 @@ export default function HomePage() {
-