Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-25 08:40:35 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -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";
@@ -75,7 +75,7 @@ export default function MenuPage() {
<AboutRestaurantSection
title="Our Culinary Philosophy"
description="We believe in honest, simple food made with love. Our menu reflects the diverse culinary regions of Italy, from the hearty dishes of the north to the sun-kissed flavors of the south. Every ingredient is carefully selected to ensure authenticity and unparalleled taste."
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-ingredient-wooden-desk_23-2148195036.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-ingredient-wooden-desk_23-2148195036.jpg"
imageAlt="fresh Italian ingredients olive oil tomatoes basil"
features={[
{ title: "Regional Specialties", description: "Exploring Italy's rich culinary map." },

View File

@@ -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";
@@ -57,7 +57,7 @@ export default function HomePage() {
<AboutRestaurantSection
title="Our Story & Passion"
description="At La Bella Italia, we bring the heart of Italy to your table. Our chefs use time-honored techniques and the finest imported ingredients to create an unforgettable dining experience. Every dish tells a story of tradition, family, and culinary excellence."
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-ingredient-wooden-desk_23-2148195036.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-ingredient-wooden-desk_23-2148195036.jpg"
imageAlt="fresh Italian ingredients olive oil tomatoes basil"
features={[
{ title: "Authentic Recipes", description: "Generations of Italian culinary heritage." },