Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -14,7 +14,7 @@ export const metadata: Metadata = {
|
||||
canonical: "https://img.b2bpic.net/free-photo/spaghetti-bolognese_74190-53.jpg"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Bella Italia | Authentic Italian Restaurant in San Diego", description: "Discover traditional Italian flavors in San Diego. Handcrafted pasta, fresh ingredients, and exceptional service.", type: "restaurant", siteName: "Bella Italia San Diego", images: [{
|
||||
title: "Bella Italia | Authentic Italian Restaurant in San Diego", description: "Discover traditional Italian flavors in San Diego. Handcrafted pasta, fresh ingredients, and exceptional service.", type: "website", siteName: "Bella Italia San Diego", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/spaghetti-bolognese_74190-53.jpg", alt: "Bella Italia Restaurant - Signature Pasta Dish"
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { UtensilsCrossed, Wine2, Utensils, MapPin, ChefHat, Fish, Heart, Award, Sparkles, Flame, Star, Phone, Instagram, Facebook } from 'lucide-react';
|
||||
import { UtensilsCrossed, Wine, Utensils, MapPin, ChefHat, Fish, Heart, Award, Sparkles, Flame, Star, Phone, Instagram, Facebook } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Bella Italia Experience", logoIcon: Wine2,
|
||||
title: "Bella Italia Experience", logoIcon: Wine,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/spaghetti-bolognese_74190-53.jpg", imageAlt: "Signature Italian Pasta Dish", sidebarItems: [
|
||||
{ icon: Utensils },
|
||||
{ icon: Wine2 },
|
||||
{ icon: Wine },
|
||||
{ icon: MapPin }
|
||||
],
|
||||
buttons: [
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
title: "Branzino al Forno", status: "Fresh Catch"
|
||||
},
|
||||
{
|
||||
icon: Wine2,
|
||||
icon: Wine,
|
||||
title: "Pappardelle al Cinghiale", status: "House Special"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user