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