From 32b8c2284b7eecd276688a5138aa4f5c8a186877 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 25 Feb 2026 12:49:12 +0000 Subject: [PATCH] Bob AI: Update contact section to another with image --- src/app/page.tsx | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 668fe6f..3292bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { CheckCircle, Sparkles, Star } from 'lucide-react'; @@ -101,20 +101,34 @@ export default function LandingPage() { />
-