From 45b507bc32c56455f6cb06a1595c3f6d2c4f4e9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:56:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 112 +++++++++++---------------------------- 1 file changed, 31 insertions(+), 81 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dfcb0fa..355207e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Buy", href: "#buy" }, { label: "Sell", href: "#sell" }, { label: "Services", href: "#services" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "How It Works", href: "#how-it-works" }, { label: "Testimonials", href: "/#testimonials" }, { label: "FAQ", href: "#faq" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, @@ -55,7 +52,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -66,9 +63,7 @@ export default function ContactPage() { navItems={navItems} brandName="CampusHub" button={{ - text: "Start Trading Now", - href: "/contact", - }} + text: "Start Trading Now", href: "/contact"}} /> @@ -76,7 +71,7 @@ export default function ContactPage() {