4 Commits

Author SHA1 Message Date
f9353d7399 Update src/app/page.tsx 2026-03-12 16:58:13 +00:00
00d3c0a265 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:57:07 +00:00
434f375dac Merge version_1 into main
Merge version_1 into main
2026-03-12 16:56:42 +00:00
f36d45d61c Merge version_1 into main
Merge version_1 into main
2026-03-12 16:55:53 +00:00

View File

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