From 118f6a970625c3f2c37b3caa58b15dbdcc425a1f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:35:14 +0000 Subject: [PATCH] Bob AI: change about section to another with new text --- src/app/page.tsx | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 865cdda..8a84c1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import { Facebook, Heart, Instagram, Twitter, Sparkles, Star } from "lucide-reac import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import TextAbout from '@/components/sections/about/TextAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -72,17 +72,50 @@ export default function LandingPage() {
-