Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"use client";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
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 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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
"use client";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSection from '@/components/sections/HeroSection';
|
||||
import AboutRestaurantSection from '@/components/sections/AboutRestaurantSection';
|
||||
import GalleryPreviewSection from '@/components/sections/GalleryPreviewSection';
|
||||
import TestimonialsSection from '@/components/sections/TestimonialsSection';
|
||||
import BookTableSection from '@/components/sections/BookTableSection';
|
||||
import OpeningHoursSection from '@/components/sections/OpeningHoursSection';
|
||||
import FooterSection from '@/components/sections/FooterSection';
|
||||
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user