Merge version_3 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user