2 Commits

Author SHA1 Message Date
918be0319a Update src/app/page.tsx 2026-04-24 08:15:27 +00:00
153163c405 Merge version_3 into main
Merge version_3 into main
2026-04-24 08:14: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>
);
}
}