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() { @@ -136,9 +117,7 @@ export default function HomePage() {