From 859358d7099e4f7a8bcbac5a147bd79f366b9fa2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:38:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c984b8f..8de690c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,7 +215,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "📞 Call Now: +92 337 3333560", href: "tel:+923373333560" }, - { text: "💬 Send Inquiry", href: "#" } + { text: "Get Free Quote & Availability Check", href: "tel:+923373333560" } ]} background={{ variant: "plain" }} /> -- 2.49.1