From 573dbdd9a43600fa2d20bb49c5b0bdae957b5cab Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 12:36:54 +0000 Subject: [PATCH] Replaced AboutFeaturesSplit with AboutTestimonial in HomePage.tsx --- src/pages/HomePage.tsx | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f0910b5..ac22d06 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,4 @@ -import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; +import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesBento from '@/components/sections/features/FeaturesBento'; @@ -35,27 +35,11 @@ export default function HomePage() {
- -- 2.49.1