Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-27 03:48:23 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -166,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}