4 Commits

Author SHA1 Message Date
805b22e17a Update src/app/page.tsx 2026-04-27 01:51:47 +00:00
e764164c2c Merge version_1 into main
Merge version_1 into main
2026-04-27 01:51:09 +00:00
e00845af95 Merge version_1 into main
Merge version_1 into main
2026-04-27 01:50:46 +00:00
dbc5262895 Merge version_1 into main
Merge version_1 into main
2026-04-27 01:50:16 +00:00

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
text="Stop dealing with unreliable contractors. Get it done right the first time. Get Your Quote Today."
buttons={[{ text: "Get Your Quote Now", href: "#" }]}
buttons={[{ text: "Book Your Free Estimate Today", href: "#" }]}
/>
</div>
@@ -166,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}