From 874ace66a6e41675af58eab9b275cf92412721ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:13:14 +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 9f3ac98..440cfde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,7 +182,7 @@ export default function LandingPage() { tagIcon={AlertTriangle} tagAnimation="slide-up" buttons={[ - { text: "Jetzt anrufen: 03746388340 ", href: "tel:+49123456789" } + { text: "Jetzt anrufen: ", href: "tel:+49123456789" } ]} buttonAnimation="slide-up" textboxLayout="default" -- 2.49.1