Merge version_3 into main #9

Merged
bender merged 2 commits from version_3 into main 2026-02-21 17:34:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -191,7 +191,7 @@ export default function LandingPage() {
description="Partner with Lakeside Construction Inc. to bring your luxury residential vision to life with precision and uncompromising quality."
background={{ variant: "radial-gradient" }}
inputPlaceholder="Your Email Address"
buttonText="Request a Consultation"
buttonText="Start Your Project Today"
termsText="By clicking 'Request a Consultation', you agree to our privacy policy and terms of service."
useInvertedBackground={true}
className="py-20"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}