diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef949bb..b9392c3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index fc5d9f6..152175f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}