Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 16:36:35 +00:00
2 changed files with 11 additions and 26 deletions

View File

@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
description: "Buy rare Pokémon cards, graded slabs, and sealed products at PokéRyan. Trusted TCG marketplace with 50,000+ authenticated cards. Secure transactions & fast shipping.",
keywords: "pokemon cards, trading card game, rare cards, graded slabs, PSA, booster boxes, TCG marketplace, pokemon shop",
metadataBase: new URL("https://pokeryan.com"),
title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Buy rare Pokémon cards, graded slabs, and sealed products at PokéRyan. Trusted TCG marketplace with 50,000+ authenticated cards. Secure transactions & fast shipping.", keywords: "pokemon cards, trading card game, rare cards, graded slabs, PSA, booster boxes, TCG marketplace, pokemon shop", metadataBase: new URL("https://pokeryan.com"),
alternates: {
canonical: "https://pokeryan.com",
},
canonical: "https://pokeryan.com"},
openGraph: {
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
description: "Your destination for authentic, rare Pokémon trading cards and sealed products. Trusted by 15,000+ collectors worldwide.",
url: "https://pokeryan.com",
siteName: "PokéRyan",
type: "website",
},
title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Your destination for authentic, rare Pokémon trading cards and sealed products. Trusted by 15,000+ collectors worldwide.", url: "https://pokeryan.com", siteName: "PokéRyan", type: "website"},
twitter: {
card: "summary_large_image",
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
description: "Buy rare Pokémon cards and graded slabs from trusted collectors.",
},
card: "summary_large_image", title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Buy rare Pokémon cards and graded slabs from trusted collectors."},
robots: {
index: true,
follow: true,
@@ -1432,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -63,8 +63,8 @@ export default function HomePage() {
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-card-design_1369-6.jpg?_wi=1", imageAlt: "Premium booster box" }
]}
buttons={[
{ text: "Shop Now", href: "/shop" },
{ text: "View Hot Deals", href: "/deals" }
{ text: "View Hot Deals", href: "/deals" },
{ text: "Browse Rare Cards", href: "/shop" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
@@ -193,4 +193,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}