From 9cf2c0520edcfdc764aa8163fa7a543d2e598a97 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 15 Apr 2026 14:56:08 +0300 Subject: [PATCH 1/2] Bob AI: Replace the existing contact section with a new contact sect --- src/App.tsx | 11 +-- .../sections/contact/ContactFormMap.tsx | 94 +++++++++++++++++++ 2 files changed, 96 insertions(+), 9 deletions(-) create mode 100644 src/components/sections/contact/ContactFormMap.tsx diff --git a/src/App.tsx b/src/App.tsx index e4f9b18..a7d22ef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; -import ContactCta from '@/components/sections/contact/ContactCta'; +import ContactFormMap from '@/components/sections/contact/ContactFormMap'; import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; import FooterBasic from '@/components/sections/footer/FooterBasic'; import HeroSplit from '@/components/sections/hero/HeroSplit'; @@ -99,14 +99,7 @@ export default function App() {
- +
-