From 11672c8702a855247b4606b6706878fde139894f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:05:22 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a9d7e0e..6a4736a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - {children} + {children}