4 Commits

Author SHA1 Message Date
b00e8b4169 Update src/app/page.tsx 2026-04-23 12:11:45 +00:00
c2cd412dd9 Merge version_17 into main
Merge version_17 into main
2026-04-23 12:03:17 +00:00
5ce0c8191e Update src/app/page.tsx 2026-04-23 12:03:14 +00:00
f0edd58f06 Merge version_16 into main
Merge version_16 into main
2026-04-23 11:55:54 +00:00

View File

@@ -43,14 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Turn Your Collection Into a Recurring Passive Income Engine"
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."
title="Unlock Perpetual Revenue: Become an Owner Tier Collector Today"
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={[
{ 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/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/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"
buttons={[
@@ -90,7 +90,7 @@ export default function LandingPage() {
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: "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: "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" }
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}