From 606f263b55c13107ed01376a222c5be2fb76585e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 27 Jun 2026 19:09:30 +0000 Subject: [PATCH] Bob AI: Removed the contact section --- src/pages/HomePage.tsx | 2 -- src/pages/HomePage/sections/Contact.tsx | 28 ------------------------- 2 files changed, 30 deletions(-) delete mode 100644 src/pages/HomePage/sections/Contact.tsx diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 33c6010..9f317f1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FeaturesSection from './HomePage/sections/Features'; import ProductsSection from './HomePage/sections/Products'; import TestimonialsSection from './HomePage/sections/Testimonials'; import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; import ReservationsCtaSection from './HomePage/sections/ReservationsCta'; export default function HomePage(): React.JSX.Element { @@ -16,7 +15,6 @@ export default function HomePage(): React.JSX.Element { - ); } \ No newline at end of file diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx deleted file mode 100644 index 712bb00..0000000 --- a/src/pages/HomePage/sections/Contact.tsx +++ /dev/null @@ -1,28 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "contact" section. - -import React from 'react'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function ContactSection(): React.JSX.Element { - return ( -
- - - -
- ); -} -- 2.49.1