2 Commits

Author SHA1 Message Date
73dc589616 Update src/app/page.tsx 2026-04-23 11:35:16 +00:00
34d8751100 Merge version_10 into main
Merge version_10 into main
2026-04-23 11:34:14 +00:00

View File

@@ -164,9 +164,10 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
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" imageSrc="http://img.b2bpic.net/free-photo/corporate-data-management_53876-89018.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonText="Sign Up Now"
/> />
</div> </div>
@@ -179,17 +180,25 @@ export default function LandingPage() {
{ label: "Membership", href: "#pricing" } { label: "Membership", href: "#pricing" }
] ]
}, },
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" }
]
},
{ {
title: "Legal", items: [ title: "Legal", items: [
{ label: "Fair Play", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Support", href: "#faq" } { label: "Privacy Policy", href: "#" },
{ label: "Fair Play", href: "#" }
] ]
} }
]} ]}
logoText="CardTrader" logoText="CardTrader"
copyrightText="© 2025 CardTrader. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }