diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 998d6d2..ede2705 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Roofing", href: "#services" }, { label: "Roof Repairs", href: "#services" }, { label: "Storm Damage", href: "#services" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Process", href: "#process" }, { label: "Projects", href: "#projects" }, @@ -40,8 +38,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty Information", href: "#" }, @@ -67,9 +64,7 @@ export default function AboutPage() { navItems={navItems} brandName="Five Star Roofing" button={{ - text: "Get Free Inspection", - href: "/contact", - }} + text: "Get Free Inspection", href: "/contact"}} buttonClassName="px-4 py-2 rounded-full font-semibold hover:shadow-lg transition-all" buttonTextClassName="font-bold" /> @@ -79,10 +74,7 @@ export default function AboutPage() {