Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1b6c14c4d | |||
| 369433f33d | |||
| ad4686267d | |||
| b676811899 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Comprehensive Building Maintenance in UAE"
|
title="Comprehensive Building Maintenance in UAE"
|
||||||
description="Professional building maintenance solutions tailored to your property needs. Reliability you can trust for all your facility management."
|
description="Professional building maintenance solutions tailored to your property needs. Reliability you can trust for all your facility management."
|
||||||
buttons={[{ text: "Call Now (+971) 56 662 6422", href: "tel:+971566626422" }]}
|
buttons={[{ text: "Get a Free Maintenance Quote", href: "tel:+971566626422" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "Building Maintenance Service" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "Building Maintenance Service" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "Maintenance Team Inspection" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "Maintenance Team Inspection" },
|
||||||
@@ -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