From ea91691843197e67e0c30d034857782d052d54e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:38:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 01c615e..91ed019 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Bathroom Remodeling", href: "/services" }, { label: "Kitchen Remodeling", href: "/services" }, { label: "Whole Home Renovations", href: "/services" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Process", href: "/" }, { label: "Project Gallery", href: "/gallery" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: (360) 513-7022", href: "tel:3605137022" }, { label: "Address: 821 NE 162nd Ave, Vancouver, WA 98684", href: "#" }, { label: "Mon-Fri: 6:00 AM - 9:00 PM", href: "#" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Service Areas", - items: [ + title: "Service Areas", items: [ { label: "Vancouver, WA", href: "#" }, { label: "Camas, WA", href: "#" }, { label: "Battle Ground, WA", href: "#" }, @@ -76,9 +72,7 @@ export default function ContactPage() { brandName="Haagen" navItems={navItems} button={{ - text: "Get Free Estimate", - href: "/contact", - }} + text: "Get Free Estimate", href: "/contact"}} animateOnLoad={true} /> @@ -88,18 +82,13 @@ export default function ContactPage() { text="Ready to transform your home? Get your free estimate today and experience the Haagen difference—expert craftsmanship combined with exceptional communication." animationType="entrance-slide" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} buttons={[ { - text: "Get Free Estimate", - href: "/contact", - }, + text: "Get Free Estimate", href: "/contact"}, { - text: "Call Now (360) 513-7022", - href: "tel:3605137022", - }, + text: "Call Now (360) 513-7022", href: "tel:3605137022"}, ]} />