Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92628ab364 | |||
| fa7e101325 | |||
| e8eef7a65b | |||
| 9b8593a0b5 | |||
| 59cc57d2eb | |||
| 2f44f2ed03 | |||
| afa994cde6 |
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "/menu"},
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Galleria",
|
name: "Galleria", id: "/galleria"},
|
||||||
id: "/galleria",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chi Siamo",
|
name: "Chi Siamo", id: "/chi-siamo"},
|
||||||
id: "/chi-siamo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contatti & Orari",
|
name: "Contatti & Orari", id: "/contatti"},
|
||||||
id: "/contatti",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
brandName="Bacchette d’Oro"
|
brandName="Bacchette d’Oro"
|
||||||
/>
|
/>
|
||||||
@@ -68,26 +58,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "tmem1",
|
id: "tmem1", name: "Chef Li Wei", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/bored-young-male-chef-wearing-uniform-keeping-hand-face-another-hand-arm-looking-side-isolated-brown-background_141793-137603.jpg", imageAlt: "Chef Li Wei"},
|
||||||
name: "Chef Li Wei",
|
|
||||||
role: "Head Chef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bored-young-male-chef-wearing-uniform-keeping-hand-face-another-hand-arm-looking-side-isolated-brown-background_141793-137603.jpg",
|
|
||||||
imageAlt: "Chef Li Wei",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tmem2",
|
id: "tmem2", name: "Giuseppe Rossi", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-is-blue-suit-fashion-hipster-male-posing-near-white-interior-studio_158538-25101.jpg", imageAlt: "Giuseppe Rossi"},
|
||||||
name: "Giuseppe Rossi",
|
|
||||||
role: "Restaurant Manager",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-is-blue-suit-fashion-hipster-male-posing-near-white-interior-studio_158538-25101.jpg",
|
|
||||||
imageAlt: "Giuseppe Rossi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tmem3",
|
id: "tmem3", name: "Sara Chen", role: "Capo Sala", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-chef-attire_23-2151217153.jpg", imageAlt: "Sara Chen"},
|
||||||
name: "Sara Chen",
|
|
||||||
role: "Capo Sala",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-chef-attire_23-2151217153.jpg",
|
|
||||||
imageAlt: "Sara Chen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Il Nostro Team"
|
title="Il Nostro Team"
|
||||||
description="Dietro ogni piatto c'è un team di chef esperti e personale dedicato, pronto a offrirti un servizio impeccabile e un'esperienza indimenticabile."
|
description="Dietro ogni piatto c'è un team di chef esperti e personale dedicato, pronto a offrirti un servizio impeccabile e un'esperienza indimenticabile."
|
||||||
@@ -98,75 +73,46 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
logoText="Bacchette d’Oro"
|
logoText="Bacchette d’Oro"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigazione",
|
title: "Navigazione", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Galleria",
|
label: "Galleria", href: "/galleria"},
|
||||||
href: "/galleria",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chi Siamo",
|
label: "Chi Siamo", href: "/chi-siamo"},
|
||||||
href: "/chi-siamo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contatti",
|
label: "Contatti", href: "/contatti"},
|
||||||
href: "/contatti",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Orari",
|
title: "Orari", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Lun: 10:30–14:30 / 17:30–22:30",
|
label: "Lun: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mar: 17:30–22:30",
|
label: "Mar: 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30",
|
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Dom: 10:30–14:30 / 17:30–22:30",
|
label: "Dom: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Aperto tutti i giorni festivi",
|
label: "Aperto tutti i giorni festivi", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contatti",
|
title: "Contatti", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Via San Rocchino 185, 25123 Brescia",
|
label: "Via San Rocchino 185, 25123 Brescia", href: "https://maps.app.goo.gl/example"},
|
||||||
href: "https://maps.app.goo.gl/example",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tel: 030 3454 251",
|
label: "Tel: 030 3454 251", href: "tel:0303454251"},
|
||||||
href: "tel:0303454251",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: info@bacchettedorobrescia.it",
|
label: "Email: info@bacchettedorobrescia.it", href: "mailto:info@bacchettedorobrescia.it"},
|
||||||
href: "mailto:info@bacchettedorobrescia.it",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -176,4 +122,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contatti & Orari", id: "/contatti"},
|
name: "Contatti & Orari", id: "/contatti"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
brandName="Bacchette d’Oro"
|
brandName="Bacchette d’Oro"
|
||||||
/>
|
/>
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
logoText="Bacchette d’Oro"
|
logoText="Bacchette d’Oro"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -128,4 +128,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "/menu"},
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Galleria",
|
name: "Galleria", id: "/galleria"},
|
||||||
id: "/galleria",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chi Siamo",
|
name: "Chi Siamo", id: "/chi-siamo"},
|
||||||
id: "/chi-siamo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contatti & Orari",
|
name: "Contatti & Orari", id: "/contatti"},
|
||||||
id: "/contatti",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
brandName="Bacchette d’Oro"
|
brandName="Bacchette d’Oro"
|
||||||
/>
|
/>
|
||||||
@@ -59,113 +49,41 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "g1",
|
id: "g1", title: "Gamberoni alla Piastra", author: "Piatto Speciale", description: "Gamberoni freschi grigliati alla perfezione con un tocco di limone.", tags: [
|
||||||
title: "Gamberoni alla Piastra",
|
"Gamberoni", "Griglia"],
|
||||||
author: "Piatto Speciale",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-bo9jakpk.png?_wi=3", imageAlt: "Gamberoni alla piastra"},
|
||||||
description: "Gamberoni freschi grigliati alla perfezione con un tocco di limone.",
|
|
||||||
tags: [
|
|
||||||
"Gamberoni",
|
|
||||||
"Griglia",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-bo9jakpk.png?_wi=3",
|
|
||||||
imageAlt: "Gamberoni alla piastra",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g2",
|
id: "g2", title: "Calamari in Salsa Chili", author: "Delizia Piccante", description: "Calamari teneri saltati con verdure fresche in una vivace salsa chili.", tags: [
|
||||||
title: "Calamari in Salsa Chili",
|
"Calamari", "Piccante"],
|
||||||
author: "Delizia Piccante",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-6g11ntwu.png?_wi=3", imageAlt: "Calamari in salsa chili"},
|
||||||
description: "Calamari teneri saltati con verdure fresche in una vivace salsa chili.",
|
|
||||||
tags: [
|
|
||||||
"Calamari",
|
|
||||||
"Piccante",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-6g11ntwu.png?_wi=3",
|
|
||||||
imageAlt: "Calamari in salsa chili",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g3",
|
id: "g3", title: "Curry Giallo Thailandese", author: "Sapore Esotico", description: "Autentico curry giallo Thailandese con gamberi, latte di cocco e spezie aromatiche.", tags: [
|
||||||
title: "Curry Giallo Thailandese",
|
"Curry", "Thailandese"],
|
||||||
author: "Sapore Esotico",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-zn1myt35.png?_wi=4", imageAlt: "Curry giallo Thailandese con gamberi"},
|
||||||
description: "Autentico curry giallo Thailandese con gamberi, latte di cocco e spezie aromatiche.",
|
|
||||||
tags: [
|
|
||||||
"Curry",
|
|
||||||
"Thailandese",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-zn1myt35.png?_wi=4",
|
|
||||||
imageAlt: "Curry giallo Thailandese con gamberi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g4",
|
id: "g4", title: "Gamberi con Lime e Citronella", author: "Freschezza Mediterranea", description: "Gamberi saltati con la freschezza del lime e il profumo inebriante della citronella.", tags: [
|
||||||
title: "Gamberi con Lime e Citronella",
|
"Gamberi", "Lime"],
|
||||||
author: "Freschezza Mediterranea",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-3w0n0yg8.png?_wi=3", imageAlt: "Gamberi con lime e citronella"},
|
||||||
description: "Gamberi saltati con la freschezza del lime e il profumo inebriante della citronella.",
|
|
||||||
tags: [
|
|
||||||
"Gamberi",
|
|
||||||
"Lime",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206419-3w0n0yg8.png?_wi=3",
|
|
||||||
imageAlt: "Gamberi con lime e citronella",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g5",
|
id: "g5", title: "Pad Thai con Gamberi", author: "Classico Thailandese", description: "I classici noodles Pad Thai con verdure fresche e gamberi succulenti.", tags: [
|
||||||
title: "Pad Thai con Gamberi",
|
"Pad Thai", "Noodles"],
|
||||||
author: "Classico Thailandese",
|
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9872.jpg", imageAlt: "Pad Thai con verdure e gamberi"},
|
||||||
description: "I classici noodles Pad Thai con verdure fresche e gamberi succulenti.",
|
|
||||||
tags: [
|
|
||||||
"Pad Thai",
|
|
||||||
"Noodles",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9872.jpg",
|
|
||||||
imageAlt: "Pad Thai con verdure e gamberi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g6",
|
id: "g6", title: "Filetti di Branzino", author: "Eleganza di Mare", description: "Filetti di branzino cotti alla perfezione e serviti con salsa agrodolce.", tags: [
|
||||||
title: "Filetti di Branzino",
|
"Branzino", "Pesce"],
|
||||||
author: "Eleganza di Mare",
|
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg", imageAlt: "Filetti di branzino in salsa agrodolce"},
|
||||||
description: "Filetti di branzino cotti alla perfezione e serviti con salsa agrodolce.",
|
|
||||||
tags: [
|
|
||||||
"Branzino",
|
|
||||||
"Pesce",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5461.jpg",
|
|
||||||
imageAlt: "Filetti di branzino in salsa agrodolce",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g7",
|
id: "g7", title: "Anatra Pechino", author: "Tradizione Cinese", description: "L'iconica Anatra alla Pechinese, servita con le sue salse e verdure.", tags: [
|
||||||
title: "Anatra Pechino",
|
"Anatra", "Pechino"],
|
||||||
author: "Tradizione Cinese",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206420-ovm40fmh.png?_wi=4", imageAlt: "Anatra Pechino con salse e verdure"},
|
||||||
description: "L'iconica Anatra alla Pechinese, servita con le sue salse e verdure.",
|
|
||||||
tags: [
|
|
||||||
"Anatra",
|
|
||||||
"Pechino",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433206420-ovm40fmh.png?_wi=4",
|
|
||||||
imageAlt: "Anatra Pechino con salse e verdure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g8",
|
id: "g8", title: "Interno del Locale", author: "Ambiente Accogliente", description: "Uno sguardo al nostro elegante interno, con il bancone dorato e l'atmosfera raffinata.", tags: [
|
||||||
title: "Interno del Locale",
|
"Interno", "Ristorante"],
|
||||||
author: "Ambiente Accogliente",
|
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-celebration_23-2151073611.jpg", imageAlt: "Interno del locale con bancone dorato"},
|
||||||
description: "Uno sguardo al nostro elegante interno, con il bancone dorato e l'atmosfera raffinata.",
|
|
||||||
tags: [
|
|
||||||
"Interno",
|
|
||||||
"Ristorante",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-celebration_23-2151073611.jpg",
|
|
||||||
imageAlt: "Interno del locale con bancone dorato",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "g9",
|
id: "g9", title: "Esterno del Locale", author: "La Nostra Sede", description: "La facciata del ristorante, invitante e ben curata, a Brescia.", tags: [
|
||||||
title: "Esterno del Locale",
|
"Esterno", "Architettura"],
|
||||||
author: "La Nostra Sede",
|
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-night-with-buildings-city-lights_23-2149836989.jpg", imageAlt: "Esterno del locale"},
|
||||||
description: "La facciata del ristorante, invitante e ben curata, a Brescia.",
|
|
||||||
tags: [
|
|
||||||
"Esterno",
|
|
||||||
"Architettura",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-night-with-buildings-city-lights_23-2149836989.jpg",
|
|
||||||
imageAlt: "Esterno del locale",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Esplora la Nostra Cucina"
|
title="Esplora la Nostra Cucina"
|
||||||
description="Un'anteprima visiva dei nostri piatti più amati e dell'ambiente accogliente del nostro ristorante."
|
description="Un'anteprima visiva dei nostri piatti più amati e dell'ambiente accogliente del nostro ristorante."
|
||||||
@@ -180,20 +98,11 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "19 anni", description: "di esperienza nel settore"},
|
||||||
value: "19 anni",
|
|
||||||
description: "di esperienza nel settore",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "200+", description: "piatti autentici nel menu"},
|
||||||
value: "200+",
|
|
||||||
description: "piatti autentici nel menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "5.000+", description: "clienti soddisfatti ogni anno"},
|
||||||
value: "5.000+",
|
|
||||||
description: "clienti soddisfatti ogni anno",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -201,75 +110,46 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb2vIrQVCa6Pa8yVxYSKXlFWEx/uploaded-1780433700932-dgl7mkvm.png"
|
||||||
logoAlt="Logo Bacchette d’Oro"
|
logoAlt="Logo Bacchette d’Oro"
|
||||||
logoText="Bacchette d’Oro"
|
logoText="Bacchette d’Oro"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigazione",
|
title: "Navigazione", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Galleria",
|
label: "Galleria", href: "/galleria"},
|
||||||
href: "/galleria",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Chi Siamo",
|
label: "Chi Siamo", href: "/chi-siamo"},
|
||||||
href: "/chi-siamo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contatti",
|
label: "Contatti", href: "/contatti"},
|
||||||
href: "/contatti",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Orari",
|
title: "Orari", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Lun: 10:30–14:30 / 17:30–22:30",
|
label: "Lun: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mar: 17:30–22:30",
|
label: "Mar: 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30",
|
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Dom: 10:30–14:30 / 17:30–22:30",
|
label: "Dom: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Aperto tutti i giorni festivi",
|
label: "Aperto tutti i giorni festivi", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contatti",
|
title: "Contatti", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Via San Rocchino 185, 25123 Brescia",
|
label: "Via San Rocchino 185, 25123 Brescia", href: "https://maps.app.goo.gl/example"},
|
||||||
href: "https://maps.app.goo.gl/example",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tel: 030 3454 251",
|
label: "Tel: 030 3454 251", href: "tel:0303454251"},
|
||||||
href: "tel:0303454251",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: info@bacchettedorobrescia.it",
|
label: "Email: info@bacchettedorobrescia.it", href: "mailto:info@bacchettedorobrescia.it"},
|
||||||
href: "mailto:info@bacchettedorobrescia.it",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -279,4 +159,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user