Merge version_19 into main #22
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{ id: "p1", name: "Dragon Pack", price: "$49.99", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/five-clubs-pink-background_23-2148952307.jpg" },
|
||||
{ id: "p2", name: "Wizard Pack", price: "$39.99", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726817.jpg" },
|
||||
{ id: "p1", name: "Pokemon Booster", price: "$49.99", rating: 5, imageSrc: "https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg" },
|
||||
{ id: "p2", name: "Yu-Gi-Oh Deck", price: "$39.99", rating: 4, imageSrc: "https://upload.wikimedia.org/wikipedia/commons/1/11/Yu-Gi-Oh%21_Logo.svg" },
|
||||
{ id: "p3", name: "Mythic Starter", price: "$19.99", rating: 5, imageSrc: "http://img.b2bpic.net/mexican-traditional-cards-game_23-2150558636.jpg" },
|
||||
{ id: "p4", name: "Electric Pack", price: "$29.99", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726801.jpg" },
|
||||
{ id: "p5", name: "Inferno Pack", price: "$59.99", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lord-thorns-fire-illustration_23-2152031271.jpg" },
|
||||
@@ -179,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user