Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 05:58:46 +00:00
2 changed files with 3 additions and 1428 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
text: "Call Now (714) 555-1234", href: "tel:+17145551234"
},
{
text: "Request Service", href: "#contact"
text: "Book Appointment", href: "#contact"
},
]}
buttonAnimation="blur-reveal"
@@ -218,7 +218,7 @@ export default function LandingPage() {
text: "Call (714) 555-1234", href: "tel:+17145551234"
},
{
text: "Request Service", href: "#contact-form"
text: "Book Appointment", href: "#contact-form"
},
]}
background={{ variant: "radial-gradient" }}
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}