diff --git a/src/app/page.tsx b/src/app/page.tsx index 635c80e..2e068c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,6 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSection from '@/components/sections/HeroSection/HeroSection'; -import AboutRestaurantSection from '@/components/sections/AboutRestaurantSection/AboutRestaurantSection'; -import GalleryPreviewSection from '@/components/sections/GalleryPreviewSection/GalleryPreviewSection'; -import TestimonialsSection from '@/components/sections/TestimonialsSection/TestimonialsSection'; -import BookTableSection from '@/components/sections/BookTableSection/BookTableSection'; -import OpeningHoursSection from '@/components/sections/OpeningHoursSection/OpeningHoursSection'; -import FooterSection from '@/components/sections/FooterSection/FooterSection'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Facebook, Instagram, Twitter } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -40,98 +32,6 @@ export default function HomePage() { animateOnLoad={true} /> - -