From b88ecdd2497b149cda4ecb7654893f963bb422f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:53:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 +++++++++++++--------------------------- 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a4494dc..05ce9de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Contract Negotiation", href: "/services" }, { label: "Endorsements", href: "/services" }, { label: "Career Strategy", href: "/services" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -71,9 +68,7 @@ export default function ContactPage() {