From a4e4e9327113735e569a9694bb6bd0515cfa2add Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:53:28 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 55 ++++++++++++------------------------------ 1 file changed, 15 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4167aab..322161e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { 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 AboutPage() { ], }, { - 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 AboutPage() { ], }, { - 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 AboutPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -71,9 +68,7 @@ export default function AboutPage() {