diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9da5ea5..9f317f1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,12 +6,10 @@ import TestimonialsSection from './HomePage/sections/Testimonials'; import FaqSection from './HomePage/sections/Faq'; import ReservationsCtaSection from './HomePage/sections/ReservationsCta'; - -import MenuSection from './HomePage/sections/Menu';export default function HomePage(): React.JSX.Element { +export default function HomePage(): React.JSX.Element { return ( <> -