From 327faef1907e166565512b0ad2dec4d34f1ccbd9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:17:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66e6662..deea336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,8 +75,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Fair Marketplace", description: "Buy and sell packs with complete ownership rights.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg", titleImageSrc: "", buttonText: "Learn More" }, - { title: "Unpack & Earn", description: "Unpack digital packs for rare finds and trade them instantly.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/1/11/Yu-Gi-Oh%21_Logo.svg", titleImageSrc: "", buttonText: "Unpack Now" }, + { title: "Fair Marketplace", description: "Buy and sell packs with complete ownership rights.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg?_wi=1", titleImageSrc: "", buttonText: "Learn More" }, + { title: "Unpack & Earn", description: "Unpack digital packs for rare finds and trade them instantly.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/1/11/Yu-Gi-Oh%21_Logo.svg?_wi=1", titleImageSrc: "", buttonText: "Unpack Now" }, { title: "Percentage Earnings", description: "Owners earn a recurring percentage on all pack secondary market volume.", imageSrc: "", titleImageSrc: "", buttonText: "View Analytics" } ]} title="Core Marketplace Mechanics" @@ -88,8 +88,8 @@ export default function LandingPage() {