From ad4686267dfc2f38e1bbee6bcea0d9f9fafdd5d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 03:48:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 670faee..cd169b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,10 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "gradient-bars" }} text="Ready to maintain your property? Contact us today." - buttons={[{ text: "Contact Us Now", href: "tel:+971566626422" }]} + buttons={[ + { text: "Call Us", href: "tel:+971566626422" }, + { text: "WhatsApp", href: "https://wa.me/971566626422" } + ]} /> @@ -166,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1