2 Commits

Author SHA1 Message Date
964154363e Update src/app/page.tsx 2026-04-27 19:20:25 +00:00
0d8500c909 Merge version_1 into main
Merge version_1 into main
2026-04-27 18:41:40 +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>
);
}
}