Merge version_11 into main #13

Merged
bender merged 1 commits from version_11 into main 2026-04-23 11:35:23 +00:00

View File

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