From b787852950d68dd4e58fa8cf180720dcf5a91e6d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:46:39 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 78 ++++++++++++---------------------------- 1 file changed, 22 insertions(+), 56 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5850eaf..2f226c3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} animateOnLoad={true} /> @@ -47,7 +45,7 @@ export default function ContactPage() { { text: "Schedule Consultation", href: "mailto:invest@cryptofund.io" }, { text: "View Prospectus", href: "#" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -56,47 +54,30 @@ export default function ContactPage() { @@ -107,25 +88,13 @@ export default function ContactPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "invest@cryptofund.io", - description: "Primary email for investment inquiries and account management", - }, + id: "1", value: "invest@cryptofund.io", description: "Primary email for investment inquiries and account management"}, { - id: "2", - value: "+1 (555) 123-4567", - description: "Direct line to our institutional sales and support team", - }, + id: "2", value: "+1 (555) 123-4567", description: "Direct line to our institutional sales and support team"}, { - id: "3", - value: "24/7", - description: "Real-time support for urgent portfolio or security matters", - }, + id: "3", value: "24/7", description: "Real-time support for urgent portfolio or security matters"}, { - id: "4", - value: "Zoom", - description: "Video consultations and presentations with our investment advisors", - }, + id: "4", value: "Zoom", description: "Video consultations and presentations with our investment advisors"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -138,8 +107,7 @@ export default function ContactPage() { copyrightText="© 2025 CryptoFund Management. All rights reserved." columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Team", href: "#team" }, @@ -147,8 +115,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -156,8 +123,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email", href: "mailto:info@cryptofund.io" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" },