Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-27 01:51:50 +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>
);
}
}