Update src/app/page.tsx

This commit is contained in:
2026-03-12 16:58:13 +00:00
parent 00d3c0a265
commit f9353d7399

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Get a Free Estimate", href: "#contact" },
{ text: "Schedule Free Consultation", href: "#contact" },
{ text: "Call Now", href: "tel:+1-815-555-0147" }
]}
buttonAnimation="blur-reveal"
@@ -241,4 +241,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}