From 590c04446c18163c2d09ef78154bdbcce249cd7d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:56:12 +0000 Subject: [PATCH] Bob AI: change contact form to another with image --- src/app/page.tsx | 78 ++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9445fb6..274b5e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; export default function LandingPage() { @@ -149,37 +149,57 @@ export default function LandingPage() {
-