From 879766c5d6c923417d30045af176f1a51a00eb7d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:43:50 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 74e12d9..988754c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,8 @@ import type { Metadata } from "next"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Tag } from "@/components/ui/tag"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; const metadata: Metadata = { - title: "Sports Cards Co | Buy & Sell Premium Sports Cards", description: "Your trusted marketplace for buying and selling sports cards including case hits, autographs, RPAs, and any card $5+. We specialize in authenticated collectibles."}; + title: "Sports Cards Co | Buy & Sell Premium Sports Cards", description: "Your trusted marketplace for buying and selling sports cards including case hits, autographs, RPAs, and any card $5+. We specialize in authenticated collectibles." +}; export { metadata }; @@ -15,13 +13,9 @@ export default function RootLayout({ }) { return ( - - - + - - {children} - + {children}