Merge version_2 into main #7
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
<Lenis>{children}</Lenis>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user