From 4599ad3e2d511a34bdd8ec6e69e8a9a3c4ed6fe6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 14:21:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 266aff1..d60e272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,10 @@ export default function LandingPage() { const handleCall = () => { window.location.href = "tel:0796062450"; }; + + const handleCallTwo = () => { + window.location.href = "tel:0767348299"; + }; return ( @@ -127,12 +133,10 @@ export default function LandingPage() { @@ -146,7 +150,10 @@ Wir freuen uns auf Ihren Besuch!" { label: "Di–So: 11:00–13:00, 17:00–21:00" }, { label: "Montag: Geschlossen" } ] }, - { title: "Kontakt", items: [{ label: "Tel: 079 606 24 50", onClick: handleCall }] }, + { title: "Kontakt", items: [ + { label: "Tel: 079 606 24 50", onClick: handleCall }, + { label: "Tel: 076 734 82 99", onClick: handleCallTwo } + ] }, ]} bottomLeftText="© 2024 Pizza da Vincenzo" bottomRightText="Authentische Pizza in Arbon"