From 041f94744a83eeac8a7d4701be71a6778e1a1985 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 14:28:20 +0200 Subject: [PATCH] Bob AI: add contact form with image --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0648c..883cf71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import { Users, TrendingUp, Award, Star } from "lucide-react"; import Link from "next/link"; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function HomePage() { return ( @@ -183,6 +184,17 @@ export default function HomePage() { useInvertedBackground="noInvert" /> +
+ +