From 67c9b73f3f50bf5573df941e1e62be51cf5ad4f1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 27 Jun 2026 19:07:54 +0000 Subject: [PATCH] Bob AI: Remove the section containing the text 'Tucked away in Wilmi --- src/pages/HomePage.tsx | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a328267..33c6010 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,35 +1,22 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section -// files directly. Non-block content (wrappers, non-inlinable sections) is -// preserved inline; extracted section blocks become refs. - import React from 'react'; import HeroSection from './HomePage/sections/Hero'; -import AboutSection from './HomePage/sections/About'; 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'; - -import ReservationsCtaSection from './HomePage/sections/ReservationsCta';export default function HomePage(): React.JSX.Element { +export default function HomePage(): React.JSX.Element { return ( -<> - + <> + - - - - - - - - - - - - + + + + + ); -} +} \ No newline at end of file -- 2.49.1