Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad4686267d | |||
| b676811899 | |||
| d30b6cb0f6 | |||
| 1eb3d5c097 | |||
| d65ff14d5e |
@@ -143,6 +143,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get quick answers to common questions about our maintenance services."
|
||||
buttons={[{ text: "Need more help?", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user