From 73dc589616eb6105d9aa1666b28b46c3e6983f9b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:35:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 002b3e5..611b4c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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." /> ); -} +} \ No newline at end of file -- 2.49.1