From 083c2b6f4933014dfe1efb51165cf3bd5b34d250 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 08:46:02 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index da2d6e9..b1eb9da 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -1,9 +1,9 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import MenuSection from '@/components/sections/MenuSection/MenuSection'; -import AboutRestaurantSection from '@/components/sections/AboutRestaurantSection/AboutRestaurantSection'; -import ContactSection from '@/components/sections/ContactSection/ContactSection'; -import FooterSection from '@/components/sections/FooterSection/FooterSection'; +import MenuSection from '@/components/sections/MenuSection'; +import AboutRestaurantSection from '@/components/sections/AboutRestaurantSection'; +import ContactSection from '@/components/sections/ContactSection'; +import FooterSection from '@/components/sections/FooterSection'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Facebook, Instagram, Twitter } from "lucide-react";