From 28c53012d0b51d3a272db3c32f852776c6085634 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:22:08 +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 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}