From 1bb9f8c1ee60f91acc7af5bdf65b354b82e1c924 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:29:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e839cf7..5326c49 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,18 +14,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides, stunning galleries, and featured creatures. Join trainers worldwide in the ultimate adventure.", keywords: "pokémon, creatures, types, generations, trainer, adventure, battle", robots: { + title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully. Master authentication, pricing strategies, platform selection, and best practices for building a profitable card selling business.", keywords: "sell pokémon cards, trading card sales, card authentication, pricing guide, seller tips, marketplace strategy", robots: { index: true, follow: true, }, openGraph: { - title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides, stunning galleries, and featured creatures.", type: "website", siteName: "Pokémon", images: [ + title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully with expert strategies and best practices for card sellers.", type: "website", siteName: "Pokémon Card Seller", images: [ { - url: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg", alt: "Pokémon World"}, + url: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg", alt: "Pokémon Cards" + }, ], }, twitter: { - card: "summary_large_image", title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides and stunning galleries.", images: ["http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg"], + card: "summary_large_image", title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully with expert strategies and best practices.", images: ["http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg"], }, }; -- 2.49.1 From f6ffa25f19aa365c46f3f33434bc948f559cb4f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:29:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++++++++++++++++++--------------------- 1 file changed, 116 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70071de..0f09a39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,39 +36,43 @@ export default function PokemonLandingPage() { { name: "Gallery", id: "gallery" }, ]} button={{ - text: "Explore Now", href: "#featured"}} + text: "Explore Now", href: "#featured" + }} animateOnLoad={true} />
@@ -142,30 +149,34 @@ export default function PokemonLandingPage() {