From 4159e6d69456c78e74aaeb7d0761a84b07ebe4b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:15:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b4527c..80dc95a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" buttons={[ - { text: "Request Free Quote", href: "#contact" }, + { text: "Get Free Garden Quote", href: "#contact" }, { text: "Call Now: +31 10 123 4567", href: "tel:+31101234567" } ]} buttonAnimation="slide-up" -- 2.49.1