From 0e102821e7bad15907071e849b7af6fdb770889f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:37:20 +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 05a7712..739167c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" buttons={[ - { text: "📞 Jetzt anrufen", href: "tel:06161408" }, + { text: "Kostenlos anrufen: 06161 408", href: "tel:06161408" }, { text: "📝 Angebot anfragen", href: "#contact" } ]} buttonAnimation="slide-up" -- 2.49.1