From fdd10f2696b8c58b65e7398eb2ba2e29afb9f6cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 05:38:28 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84f845f..70ea5ec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,8 +17,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Drain Cleaning", href: "/services#drain-cleaning" }, { label: "Water Heaters", href: "/services#water-heaters" }, { label: "Repiping", href: "/services#repiping" }, @@ -26,8 +25,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Blog", href: "/blog" }, @@ -35,8 +33,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call (407) 809-1743", href: "tel:(407) 809-1743" }, { label: "Schedule Service", href: "/contact" }, { label: "Request Quote", href: "/contact" }, @@ -44,8 +41,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty", href: "#" }, @@ -61,7 +57,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -80,22 +76,16 @@ export default function AboutPage() {