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() {