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"
|
canonical: "https://bellaitalia.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
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: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "Bella Italia - Italian Restaurant", description: "Experience authentic Italian cuisine at Bella Italia"
|
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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
|
|||||||
Reference in New Issue
Block a user