Compare commits
2 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 73dc589616 | |||
| 34d8751100 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user