Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-10 04:28:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export const metadata: Metadata = {
canonical: "https://bellaitalia.com"
},
openGraph: {
title: "Bella Italia - Italian Restaurant", description: "Authentic Italian dining experience with traditional recipes and premium ingredients.", siteName: "Bella Italia", type: "restaurant"
title: "Bella Italia - Italian Restaurant", description: "Authentic Italian dining experience with traditional recipes and premium ingredients.", siteName: "Bella Italia", type: "website"
},
twitter: {
card: "summary_large_image", title: "Bella Italia - Italian Restaurant", description: "Experience authentic Italian cuisine at Bella Italia"

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';