Update src/app/menu/page.tsx
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user