Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e711343ece | |||
| d1b6c14c4d | |||
| 369433f33d | |||
| ad4686267d | |||
| b676811899 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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."
|
||||
buttons={[{ text: "Call Now (+971) 56 662 6422", href: "tel:+971566626422" }]}
|
||||
buttons={[{ text: "Get a Free Maintenance Quote", href: "tel:+971566626422" }]}
|
||||
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/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "Maintenance Team Inspection" },
|
||||
@@ -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