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://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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
Reference in New Issue
Block a user