From 10e4d143eec5104a8c16c9ef4b03c4988088eb60 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:17:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db3d39c..66e6662 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" marqueeItems={[ + { type: "image", src: "https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg", alt: "Pokemon" }, + { type: "image", src: "https://upload.wikimedia.org/wikipedia/commons/1/11/Yu-Gi-Oh%21_Logo.svg", alt: "Yu-Gi-Oh" }, { type: "text", text: "Fair Pack Unpacking" }, { type: "text", text: "Collection Profit Share" }, - { type: "text", text: "Transparent Ownership" }, - { type: "text", text: "Community Driven Yields" }, - { type: "text", text: "Safe Asset Exchange" } + { type: "text", text: "Transparent Ownership" } ]} /> @@ -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: "", titleImageSrc: "", buttonText: "Learn More" }, - { title: "Unpack & Earn", description: "Unpack digital packs for rare finds and trade them instantly.", imageSrc: "", 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", 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: "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() { ); -} +} \ No newline at end of file -- 2.49.1