Update src/app/page.tsx

This commit is contained in:
2026-05-26 20:53:09 +00:00
parent fc78b2df94
commit 8cdd481646

View File

@@ -214,7 +214,7 @@ export default function LandingPage() {
text="Ready for Reliable Plumbing Service? Contact 4 Corners Plumbing Today!"
buttons={[
{
text: "Call Now: (719) 555-0123", href: "tel:+17195550123"},
text: "Call Now: +1 (832) 387-0514", href: "tel:+18323870514"},
{
text: "Email Us", href: "mailto:info@4cornersplumbing.com"},
]}
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}