Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 22:41:38 +00:00

View File

@@ -174,7 +174,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready to discuss your building project? Contact us today."
buttons={[{ text: "Get a Quote", href: "#" }]}
buttons={[{ text: "Start Your Free Consultation", href: "#" }]}
/>
</div>
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}