Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc77f69048 | |||
| 85e6ab96e7 | |||
| b23168265d | |||
| c9e1482c94 | |||
| 749039428b | |||
| 59551ab5e0 | |||
| 749088ed98 | |||
| 3d3c394c95 | |||
| 17be2b0ec6 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Prenota", id: "contact" },
|
||||
]}
|
||||
brandName="Osteria Ticinese"
|
||||
brandName="La Tinèra "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -43,10 +43,10 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Vivi la vera esperienza ticinese nel cuore di Lugano"
|
||||
description="Tavoli condivisi, piatti autentici e un'atmosfera che non dimentichi. Scopri il calore della nostra grotta."
|
||||
description="Tavoli condivisi, piatti autentici e un'atmosfera che non dimentichi. Scopri il calore dell nostro ristorante."
|
||||
tag="Prenota ora"
|
||||
buttons={[
|
||||
{ text: "Chiama ora", href: "tel:+41910000000" },
|
||||
{ text: "Chiama ora", href: "tel:+4191235219" },
|
||||
{ text: "Prenota un tavolo", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="La Nostra Storia"
|
||||
title="Un angolo di Ticino nascosto"
|
||||
description="La nostra grotta non è solo un luogo dove mangiare, ma uno spazio dove la convivialità prende vita."
|
||||
description="il nostro ristorante non è solo un luogo dove mangiare, ma uno spazio dove la convivialità prende vita."
|
||||
subdescription="Sperimenta il vero spirito ticinese tra antiche pietre e sapori autentici."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -103,12 +103,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Risotto luganiga", price: "CHF 24", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-alfredo-with-chicken-mushroom-parmesan-hebs_140725-5805.jpg" },
|
||||
{ id: "p2", name: "Polenta e ossobuco", price: "CHF 28", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-oil-spices_114579-4497.jpg" },
|
||||
{ id: "p3", name: "Tagliatelle al cervo", price: "CHF 26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-color-meat-restaurant-dinner-cooking-pasta_140725-157547.jpg" },
|
||||
{ id: "p4", name: "Porcini freschi", price: "CHF 22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-salad_23-2148471924.jpg" },
|
||||
{ id: "p5", name: "Tiramisù casa", price: "CHF 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg" },
|
||||
{ id: "p6", name: "Vino locale in ciotola", price: "CHF 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dolma-along-with-red-cherry-tomatoes-inside-brown-pots-wooden-desk_140725-13312.jpg" },
|
||||
{ id: "p1", name: "Risotto luganiga", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-alfredo-with-chicken-mushroom-parmesan-hebs_140725-5805.jpg" },
|
||||
{ id: "p2", name: "Polenta e ossobuco", price: "", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-oil-spices_114579-4497.jpg" },
|
||||
{ id: "p3", name: "Tagliatelle al cervo", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-color-meat-restaurant-dinner-cooking-pasta_140725-157547.jpg" },
|
||||
{ id: "p4", name: "Porcini freschi", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-salad_23-2148471924.jpg" },
|
||||
{ id: "p5", name: "Tiramisù casa", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg" },
|
||||
{ id: "p6", name: "Vino locale in ciotola", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dolma-along-with-red-cherry-tomatoes-inside-brown-pots-wooden-desk_140725-13312.jpg" },
|
||||
]}
|
||||
title="I nostri piatti forti"
|
||||
description="Sapori artigianali preparati con amore"
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user