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"