Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-03 18:58:36 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}