From 67ef63e364555ed522e5e6b3d8a1921f404f8990 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 16:13:11 +0000 Subject: [PATCH] Bob AI: change contact form to another with image --- src/app/page.tsx | 74 ++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 991d9c3..f239902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Guitar, Hammer, MessageCircle, Mic, Music, Sparkles, Star } from "lucide-react"; @@ -170,38 +170,52 @@ export default function LandingPage() { /> -
- +