Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-09 22:43:54 +00:00

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<head>
<Tag />
</head>
<head />
<body className="">
<ServiceWrapper>
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1403,4 +1397,4 @@ export default function RootLayout({
</body>
</html>
);
}
}