diff --git a/src/app/page.tsx b/src/app/page.tsx index eb2dce6..9cb5b87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file