From b4ab4c67b8116b5bc4d87939a137c34d1dba9d63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:09:01 +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 bb18e67..ce84b14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function HomePage() { tagIcon={Leaf} tagAnimation="slide-up" buttons={[ - { text: "Kostenlose Beratung anfragen", href: "contact" }, + { text: "Jetzt gratis Beratung buchen", href: "contact" }, { text: "Unsere Projekte ansehen", href: "projects" }, ]} buttonAnimation="slide-up" -- 2.49.1