5 Commits

Author SHA1 Message Date
a3cc4dca68 Update src/app/page.tsx 2026-03-10 09:41:11 +00:00
a5c9a11ad3 Update src/app/layout.tsx 2026-03-10 09:41:10 +00:00
1a90286a00 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:38:58 +00:00
a645a894c4 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:38:13 +00:00
6b46e5ef32 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:36:55 +00:00
2 changed files with 2 additions and 2791 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call for a Free Estimate", href: "https://tel:+17135550142" },
{ text: "Call Now for Free Estimate", href: "https://tel:+17135550142" },
{ text: "Get a Quote Online", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -317,4 +317,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}