Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-24 08:15:30 +00:00

View File

@@ -209,9 +209,9 @@ export default function LandingPage() {
text="Ready to Upgrade Your Roof? Get a professional quote in seconds. Contact us today via phone or WhatsApp."
buttons={[
{
text: "Call Now", href: "tel:+234800000000"},
text: "Get Your Free Consultation", href: "tel:+234800000000"},
{
text: "WhatsApp Us", href: "https://wa.me/234800000000"},
text: "Chat on WhatsApp", href: "https://wa.me/234800000000"},
]}
/>
</div>
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}