From 59551ab5e087cebecb48a38a5b47ba48a1c83f29 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:58:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a2ff16..d4acf62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Tavoli condivisi, piatti autentici e un'atmosfera che non dimentichi. Scopri il calore della nostra grotta." tag="Prenota ora" buttons={[ - { text: "Chiama ora", href: "tel:+41910000000" }, + { text: "Chiama ora", href: "tel:+4191235219" }, { text: "Prenota un tavolo", href: "#contact" }, ]} mediaItems={[ @@ -155,7 +155,7 @@ export default function LandingPage() { columns={[ { title: "Contatti", items: [ - { label: "+41 91 000 00 00", href: "tel:+41910000000" }, + { label: "0919235219", href: "tel:0919235219" }, { label: "info@osteriaticinese.ch", href: "mailto:info@osteriaticinese.ch" }, ], }, @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1