From c4faa5549b6f22d0bc0de50af0032a00ddbd06fa Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 1 Jun 2026 13:36:08 +0000 Subject: [PATCH] Bob AI: Replace the existing contact section with a dedicated contac --- src/pages/HomePage.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c6cdee7..d73c01a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,5 +1,5 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; -import ContactCta from '@/components/sections/contact/ContactCta'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp'; @@ -274,20 +274,21 @@ export default function HomePage() {
-
); -} +} \ No newline at end of file