Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-27 19:20:29 +00:00

View File

@@ -171,7 +171,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Ready to bring your vision to life? Let's discuss your project today."
buttons={[{ text: "Contact Our Team", href: "mailto:hello@leafpatio.com" }]}
buttons={[{ text: "Request Free Estimate", href: "mailto:hello@leafpatio.com" }]}
/>
</div>
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}