5 Commits

Author SHA1 Message Date
e711343ece Merge version_4 into main
Merge version_4 into main
2026-04-27 03:49:15 +00:00
d1b6c14c4d Update src/app/page.tsx 2026-04-27 03:49:12 +00:00
369433f33d Merge version_3 into main
Merge version_3 into main
2026-04-27 03:48:22 +00:00
ad4686267d Update src/app/page.tsx 2026-04-27 03:48:16 +00:00
b676811899 Merge version_2 into main
Merge version_2 into main
2026-04-27 03:47:13 +00:00

View File

@@ -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>
);
}
}