Compare commits
3 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| a7cb173c45 | |||
| 73dc589616 | |||
| 34d8751100 |
@@ -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,14 +180,22 @@ 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user