From 964154363ed893711413a92d99e71966d94b518a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:20:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1