Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-12 16:58:23 +00:00

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>
);
}
}