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 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 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 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" } ] }