From c4c4b2f922013777fcb241cd534834f86d78cd76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:52:35 +0000 Subject: [PATCH 1/4] Update src/app/order/page.tsx --- src/app/order/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 7b4769d..8f8883e 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -43,7 +43,7 @@ export default function OrderPage() { { name: "Contact", id: "contact" }, { name: "Place Order", id: "/order" } ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }} animateOnLoad={false} /> @@ -65,4 +65,4 @@ export default function OrderPage() { ); -} +} \ No newline at end of file -- 2.49.1 From ec5901b271f0c866326a07e65527732ea0df7d30 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:52:35 +0000 Subject: [PATCH 2/4] Update src/app/order-confirmation/page.tsx --- src/app/order-confirmation/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/order-confirmation/page.tsx b/src/app/order-confirmation/page.tsx index 4e542c0..25cb671 100644 --- a/src/app/order-confirmation/page.tsx +++ b/src/app/order-confirmation/page.tsx @@ -32,7 +32,7 @@ export default function OrderConfirmationPage() { { name: "Contact", id: "contact" }, { name: "Place Order", id: "/order" } ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }} animateOnLoad={false} /> @@ -56,4 +56,4 @@ export default function OrderConfirmationPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 665feef4da53dd344e3b5b09bcc66ead2e066301 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:52:36 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b6b707..755be4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function HvacPage() { { name: "Contact", id: "contact" }, { name: "Place Order", id: "/order" } ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }} animateOnLoad={false} /> @@ -55,7 +55,7 @@ export default function HvacPage() { ]} avatarText="Trusted by 500+ clients" buttons={[ - { text: "Schedule Service", href: "#contact" }, + { text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }, { text: "Our Services", href: "#services" } ]} buttonAnimation="slide-up" @@ -90,7 +90,7 @@ export default function HvacPage() { @@ -201,7 +205,7 @@ export default function HvacPage() { title="Ready to Stay Comfortable Year-Round?" description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote." buttons={[ - { text: "Get a Free Quote", href: "#contact" }, + { text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }, { text: "Call (512) 555-1234", href: "tel:5125551234" } ]} background={{ variant: "plain" }} @@ -235,6 +239,7 @@ export default function HvacPage() { title: "Contact", items: [ { label: "(512) 555-1234", href: "tel:5125551234" }, { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, + { label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }, { label: "123 Comfort St, Austin, TX 78701" } ] } @@ -245,4 +250,4 @@ export default function HvacPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 3accb9593d0560cd4ec25bb1557f7925d756a1b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:52:36 +0000 Subject: [PATCH 4/4] Update src/app/products/[id]/page.tsx --- src/app/products/[id]/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/products/[id]/page.tsx b/src/app/products/[id]/page.tsx index 630b6c0..03cee01 100644 --- a/src/app/products/[id]/page.tsx +++ b/src/app/products/[id]/page.tsx @@ -55,7 +55,7 @@ export default function ProductDetailPage() { { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" } ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }} animateOnLoad={false} />
@@ -87,6 +87,7 @@ export default function ProductDetailPage() { title: "Contact", items: [ { label: "(512) 555-1234", href: "tel:5125551234" }, { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, + { label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }, { label: "123 Comfort St, Austin, TX 78701" } ] } @@ -124,7 +125,7 @@ export default function ProductDetailPage() { { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" } ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }} animateOnLoad={false} />
@@ -178,6 +179,7 @@ export default function ProductDetailPage() { title: "Contact", items: [ { label: "(512) 555-1234", href: "tel:5125551234" }, { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, + { label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }, { label: "123 Comfort St, Austin, TX 78701" } ] } -- 2.49.1