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}