From 166bd5194aadb1776885d72bc68de5c032f12127 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 22 May 2026 12:52:12 +0000 Subject: [PATCH] Refactored About section to use 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 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() {
-
-- 2.49.1