Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad4686267d | |||
| b676811899 |
@@ -152,7 +152,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
text="Ready to maintain your property? Contact us today."
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -166,4 +169,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user