2 Commits

Author SHA1 Message Date
440dba8653 Update src/app/page.tsx 2026-04-23 11:31:18 +00:00
bdec6220fe Merge version_8 into main
Merge version_8 into main
2026-04-23 11:30:22 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Fully Autonomous TCG Ecosystem"
description="Our AI-driven engine handles pack openings, rare pulls, and profitable trades autonomously. Your earnings are settled directly through your linked financial account."
description="Our AI-driven engine unlocks autonomous trading by continuously identifying high-value arbitrage opportunities, converting rare card pulls into direct, daily liquid profit deposits in your bank account."
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" },
@@ -92,7 +92,7 @@ export default function LandingPage() {
{ id: "p3", name: "Blue-Eyes White Dragon", price: "Managed", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558636.jpg" },
{ id: "p4", name: "Pikachu Rare", price: "Managed", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726801.jpg" },
{ id: "p5", name: "Red-Eyes B. Dragon", price: "Managed", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lord-thorns-fire-illustration_23-2152031271.jpg" },
{ id: "p6", name: "Magician of Black Chaos", price: "Managed", rating: 4, imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-playing-card-back-design-illustration_23-2151080553.jpg" }
{ id: "p6", name: "Magician of Black Chaos", price: "Managed", rating: 4, imageSrc: "http://img.b2b-pic.net/free-vector/hand-drawn-playing-card-back-design-illustration_23-2151080553.jpg" }
]}
/>
</div>