Compare commits
5 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 68445afb1c | |||
| ccf84dec20 | |||
| d7e55e31b7 | |||
| 92026d7d56 | |||
| 0b931a0b18 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fair Marketplace & Autonomous TCG Ecosystem"
|
||||
description="Purchase packs, unpack rare finds, and earn yields on your collection. Owners earn percentages on every transaction in our transparent, fair-play ecosystem."
|
||||
description="Earn recurring passive income from your collection. Our platform empowers you to purchase, trade, and build a sustainable yield-generating portfolio in a transparent ecosystem."
|
||||
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" },
|
||||
@@ -159,43 +159,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
<ContactCenter
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Contact Us"
|
||||
title="Start Your Collection Today"
|
||||
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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Marketplace", items: [
|
||||
{ label: "Packs", href: "#catalog" },
|
||||
{ label: "Membership", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Fair Play", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
<FooterLogoReveal
|
||||
logoText="CardTrader"
|
||||
copyrightText="© 2025 CardTrader. All rights reserved."
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user