From 109abca0904d90c78ef62f9fad34deccf4025452 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 3 Feb 2026 00:21:59 +0200 Subject: [PATCH] Bob AI: add contact form with image before footer --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ef7c51..332228c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, CheckCircle } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function LandingPage() { return ( @@ -213,6 +214,17 @@ export default function LandingPage() { /> +
+ +