diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 07470b7..1eee53c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,8 @@ import type { Metadata } from "next"; -import { Lenis } from "@/providers/lenisProvider/Lenis"; export const metadata: Metadata = { - title: "Prime Time Bakery | Fresh Baked Daily", description: "Premium local bakery in International City serving fresh bread, pastries, and custom cakes. Order via WhatsApp for convenient delivery and pickup."}; + title: "Prime Time Bakery | Fresh Baked Daily", description: "Premium local bakery in International City serving fresh bread, pastries, and custom cakes. Order via WhatsApp for convenient delivery and pickup." +}; export default function RootLayout({ children, @@ -12,7 +12,7 @@ export default function RootLayout({ return ( - {children} + {children}