Compare commits
19 Commits
version_10
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 327faef190 | |||
| 10e4d143ee | |||
| be10f4c0ce | |||
| b00e8b4169 | |||
| c2cd412dd9 | |||
| 5ce0c8191e | |||
| f0edd58f06 | |||
| 001de9af28 | |||
| 131a828249 | |||
| e19cb53262 | |||
| 9da606acf5 | |||
| 68445afb1c | |||
| ccf84dec20 | |||
| d7e55e31b7 | |||
| 92026d7d56 | |||
| 0b931a0b18 | |||
| a7cb173c45 | |||
| 73dc589616 | |||
| 34d8751100 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -43,14 +43,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Fair Marketplace & Autonomous TCG Ecosystem"
|
title="Unlock Perpetual Revenue: Become an Owner Tier Collector Today"
|
||||||
description="Purchase packs, unpack rare finds, and earn yields on your collection. Owners earn percentages on every transaction in our transparent, fair-play ecosystem."
|
description="Earn recurring passive income from your collection. Our platform empowers you to purchase, trade, and build a sustainable yield-generating portfolio in a transparent ecosystem. Join thousands of collectors building sustainable portfolios today."
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", alt: "User 1" },
|
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", alt: "User 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", alt: "User 2" },
|
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-lady_23-2148339146.jpg", alt: "User 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/joyful-young-brunette-caucasian-girl-isolated-olive-green-wall-with-copy-space_141793-118993.jpg", alt: "User 3" },
|
{ src: "http://img.b2bpic.net/joyful-young-brunette-caucasian-girl-isolated-olive-green-wall-with-copy-space_141793-118993.jpg", alt: "User 3" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "User 4" },
|
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "User 4" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", alt: "User 5" }
|
{ src: "http://img.b2bpic.net/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", alt: "User 5" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 10,000+ collectors"
|
avatarText="Trusted by 10,000+ collectors"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -59,11 +59,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
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: "Fair Pack Unpacking" },
|
||||||
{ type: "text", text: "Collection Profit Share" },
|
{ type: "text", text: "Collection Profit Share" },
|
||||||
{ type: "text", text: "Transparent Ownership" },
|
{ type: "text", text: "Transparent Ownership" }
|
||||||
{ type: "text", text: "Community Driven Yields" },
|
|
||||||
{ type: "text", text: "Safe Asset Exchange" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -75,8 +75,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Fair Marketplace", description: "Buy and sell packs with complete ownership rights.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" },
|
{ 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: "", titleImageSrc: "", buttonText: "Unpack Now" },
|
{ 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: "Percentage Earnings", description: "Owners earn a recurring percentage on all pack secondary market volume.", imageSrc: "", titleImageSrc: "", buttonText: "View Analytics" }
|
||||||
]}
|
]}
|
||||||
title="Core Marketplace Mechanics"
|
title="Core Marketplace Mechanics"
|
||||||
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
|||||||
<ProductCatalog
|
<ProductCatalog
|
||||||
layout="section"
|
layout="section"
|
||||||
products={[
|
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: "p1", name: "Pokemon Booster", price: "$49.99", rating: 5, imageSrc: "https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg?_wi=2" },
|
||||||
{ id: "p2", name: "Wizard Pack", price: "$39.99", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726817.jpg" },
|
{ 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?_wi=2" },
|
||||||
{ id: "p3", name: "Mythic Starter", price: "$19.99", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558636.jpg" },
|
{ 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: "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" },
|
{ id: "p5", name: "Inferno Pack", price: "$59.99", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lord-thorns-fire-illustration_23-2152031271.jpg" },
|
||||||
{ id: "p6", name: "Chaos Pack", price: "$89.99", rating: 4, imageSrc: "http://img.b2b-pic.net/free-vector/hand-drawn-playing-card-back-design-illustration_23-2151080553.jpg" }
|
{ id: "p6", name: "Chaos Pack", price: "$89.99", rating: 4, imageSrc: "http://img.b2b-pic.net/free-vector/hand-drawn-playing-card-back-design-illustration_23-2151080553.jpg" }
|
||||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "collector", badge: "Collector", price: "Free", subtitle: "Access to buy & sell", features: ["Standard marketplace access", "Trading fees included"] },
|
{ id: "collector", badge: "Collector", price: "Free", subtitle: "Access to buy & sell", features: ["Standard marketplace access", "Trading fees included"] },
|
||||||
{ id: "owner", badge: "Owner", price: "$99", subtitle: "Earn on all pack volume", features: ["5% Secondary market revenue", "Priority Unpacking", "Governance access"] }
|
{ id: "owner", badge: "Owner", price: "$99", subtitle: "One-time $99 to earn on all pack volume", features: ["5% Secondary market revenue", "Priority Unpacking", "Governance access"] }
|
||||||
]}
|
]}
|
||||||
title="Ownership Tier"
|
title="Ownership Tier"
|
||||||
description="Join the owner network to earn perpetual percentages on pack sales."
|
description="Join the owner network to earn perpetual percentages on pack sales."
|
||||||
@@ -159,37 +159,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Start Your Collection Today"
|
title="Start Your Collection Today"
|
||||||
description="Sign up for the marketplace to access exclusive packs and owner opportunities."
|
description="Sign up for the marketplace to access exclusive packs and owner opportunities. We respond to all inquiries within 24 hours."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-data-management_53876-89018.jpg"
|
buttonText="Sign Up Now"
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoReveal
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Marketplace", items: [
|
|
||||||
{ label: "Packs", href: "#catalog" },
|
|
||||||
{ label: "Membership", href: "#pricing" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{ label: "Fair Play", href: "#" },
|
|
||||||
{ label: "Support", href: "#faq" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
logoText="CardTrader"
|
logoText="CardTrader"
|
||||||
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user