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 (
-