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() {