Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 20:38:33 +00:00
parent 6219f0a77a
commit ea91691843

View File

@@ -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}
/>
</div>
@@ -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"},
]}
/>
</div>