Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:28:45 +00:00
parent 57b7ebcc8f
commit bebcdaf849

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Book Now", href: "#contact"},
text: "Get a Free Estimate", href: "#contact"},
]}
avatars={[
{
@@ -253,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}