From 77d5ba721a9652fda73161877efb6e547af03eac Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 3 Jul 2026 16:56:11 +0000 Subject: [PATCH] Bob AI: Replaced contact section with a single-field email form and --- src/pages/HomePage/sections/Contact.tsx | 33 +++++++++---------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx index 382d8bb..262b762 100644 --- a/src/pages/HomePage/sections/Contact.tsx +++ b/src/pages/HomePage/sections/Contact.tsx @@ -1,28 +1,19 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "contact" section. +// Created by add_section_from_catalog (ContactCenter). import React from 'react'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function ContactSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); }