From 382c8d03f8c0b3168e73d3afa20b985269c50325 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 27 Jun 2026 19:37:07 +0000 Subject: [PATCH] Bob AI: Remove the menu section from the home page. --- src/pages/HomePage.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ( <> - -- 2.49.1