import Navbar from "@/components/Navbar"; import HeroSection from "@/components/HeroSection"; import MenuSection from "@/components/MenuSection"; import PhilosophySection from "@/components/PhilosophySection"; import GallerySection from "@/components/GallerySection"; import PromotionsSection from "@/components/PromotionsSection"; import TestimonialsSection from "@/components/TestimonialsSection"; import ReservationSection from "@/components/ReservationSection"; import SocialSection from "@/components/SocialSection"; import LocationSection from "@/components/LocationSection"; import FooterSection from "@/components/FooterSection"; import WhatsAppButton from "@/components/WhatsAppButton"; const Index = () => { return ( <>
); }; export default Index;