Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-09 13:05:27 +00:00

View File

@@ -1,10 +1,10 @@
import type { Metadata } from "next";
import { Lenis } from "@/providers/lenis";
import "@/styles/globals.css";
export const metadata: Metadata = {
title: "Chef | Culinary Excellence", description: "Experience the art of refined cuisine from a master chef with 15+ years of culinary excellence.", keywords: "chef, culinary, cuisine, catering, fine dining", openGraph: {
title: "Chef | Culinary Excellence", description: "Experience the art of refined cuisine from a master chef with 15+ years of culinary excellence.", type: "website"},
title: "Chef | Culinary Excellence", description: "Experience the art of refined cuisine from a master chef with 15+ years of culinary excellence.", type: "website"
}
};
export default function RootLayout({
@@ -15,7 +15,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body suppressHydrationWarning>
<Lenis>{children}</Lenis>
{children}
<script
dangerouslySetInnerHTML={{