From c6b3a70f89ec99d9b2f3046d92afdf8e287c3feb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 11:57:26 +0000 Subject: [PATCH] Bob AI: it did not changed --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f739800..959a17d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -174,47 +174,56 @@ export default function LandingPage() {
-