From efcf0bb1823377b065e25764f75ac3ed6082bcc9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 04:47:22 +0000 Subject: [PATCH 1/3] Update src/app/about-us/page.tsx --- src/app/about-us/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index 6e4bf7b..9abef61 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -40,7 +40,7 @@ export default function AboutUsPage() { ]} brandName="Pleasanton Air Duct Repair" button={{ - text: "Get a Free Quote", href: "/#contact"}} + text: "Get a Free Quote", href: "mailto:contact@pleasantonairductrepair.com"}} animateOnLoad={true} /> @@ -55,7 +55,7 @@ export default function AboutUsPage() { tagAnimation="blur-reveal" buttons={[ { - text: "Why Choose Us", href: "/#contact"}, + text: "Why Choose Us", href: "/#social-proof"}, ]} buttonAnimation="opacity" imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138533.jpg" @@ -76,7 +76,7 @@ export default function AboutUsPage() { { label: "Air Purification", href: "/services"}, { - label: "Estimates", href: "/#contact"}, + label: "Estimates", href: "mailto:contact@pleasantonairductrepair.com"}, ], }, { -- 2.49.1 From da90c5fc26df475f628b2fa78fbb71220959c668 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 04:47:22 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d68c030..18aaf16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { ]} brandName="Pleasanton Air Duct Repair" button={{ - text: "Get a Free Quote", href: "/#contact"}} + text: "Get a Free Quote", href: "mailto:contact@pleasantonairductrepair.com"}} animateOnLoad={true} /> @@ -54,7 +54,7 @@ export default function LandingPage() { description="Breathe cleaner, healthier air with Pleasanton's premier air duct cleaning and repair specialists. Experience unparalleled service and improve your home's air quality today." buttons={[ { - text: "Get Your Free Estimate", href: "/#contact"}, + text: "Get Your Free Estimate", href: "mailto:contact@pleasantonairductrepair.com"}, { text: "Explore Our Services", href: "/services"}, ]} @@ -144,12 +144,12 @@ export default function LandingPage() { background={{ variant: "radial-gradient"}} animationType="entrance-slide" - text="Ready to experience cleaner, healthier air? Get a free, no-obligation estimate from Pleasanton Air Duct Repair Services today. Our friendly team is ready to assist you!" + text="Ready to experience cleaner, healthier air? Call us for immediate service or email us for a free, no-obligation estimate from Pleasanton Air Duct Repair Services today. Our friendly team is ready to assist you!" buttons={[ { text: "Call Us Now", href: "tel:+19251234567"}, { - text: "Request a Quote Online", href: "/#contact"}, + text: "Request a Quote Online", href: "mailto:contact@pleasantonairductrepair.com"}, ]} /> @@ -167,7 +167,7 @@ export default function LandingPage() { { label: "Air Purification", href: "/services"}, { - label: "Estimates", href: "/#contact"}, + label: "Estimates", href: "mailto:contact@pleasantonairductrepair.com"}, ], }, { -- 2.49.1 From 17bf5e863a921891105573833863c5b69d389753 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 04:47:23 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fa8ff13..614a761 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -39,7 +39,7 @@ export default function ServicesPage() { ]} brandName="Pleasanton Air Duct Repair" button={{ - text: "Get a Free Quote", href: "/#contact"}} + text: "Get a Free Quote", href: "mailto:contact@pleasantonairductrepair.com"}} animateOnLoad={true} /> @@ -78,7 +78,7 @@ export default function ServicesPage() { { label: "Air Purification", href: "/services"}, { - label: "Estimates", href: "/#contact"}, + label: "Estimates", href: "mailto:contact@pleasantonairductrepair.com"}, ], }, { -- 2.49.1