From 98e54f86bb91ffd4ecba5e38cf9401e02a8b717b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:26:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7759268..db33fe8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { Lenis } from "./lenis"; import "../styles/globals.css"; export const metadata: Metadata = { - title: "Destiny Apparel | Premium Fashion", description: "Discover premium contemporary clothing designed for the modern individual."}; + title: "Destiny Apparel | Premium Fashion", description: "Discover premium contemporary clothing designed for the modern individual." +}; export default function RootLayout({ children, @@ -13,9 +13,7 @@ export default function RootLayout({ return ( - - {children} - + {children}