From d122e8c95ec541870cdfd2e95899e4749b68a225 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:57:21 +0000 Subject: [PATCH] Bob AI: change about section to another with image --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 274b5e4..ff50faa 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 MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -72,16 +72,19 @@ export default function LandingPage() {
-