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