Update src/app/contatti/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Galleria",
|
||||
id: "/galleria",
|
||||
},
|
||||
name: "Galleria", id: "/galleria"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
name: "Chi Siamo", id: "/chi-siamo"},
|
||||
{
|
||||
name: "Contatti & Orari",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti & Orari", id: "/contatti"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/mid-autumn-festival-design_1319-253.jpg"
|
||||
logoAlt="Logo Bacchette d’Oro"
|
||||
@@ -57,28 +47,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Indirizzo",
|
||||
content: "Via San Rocchino 185, 25123 Brescia",
|
||||
},
|
||||
id: "faq1", title: "Indirizzo", content: "Via San Rocchino 185, 25123 Brescia"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Telefono",
|
||||
content: "030 3454 251",
|
||||
},
|
||||
id: "faq2", title: "Telefono", content: "030 3454 251"},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Orari di Apertura",
|
||||
content: "Lun: 10:30–14:30 / 17:30–22:30\nMar: 17:30–22:30\nMer–Sab: 10:30–14:30 / 17:30–22:30\nDom: 10:30–14:30 / 17:30–22:30\nSempre aperto nei giorni festivi",
|
||||
},
|
||||
id: "faq3", title: "Orari di Apertura", content: "Lun: 10:30–14:30 / 17:30–22:30\nMar: 17:30–22:30\nMer–Sab: 10:30–14:30 / 17:30–22:30\nDom: 10:30–14:30 / 17:30–22:30\nSempre aperto nei giorni festivi"},
|
||||
]}
|
||||
sideTitle="Contattaci & Orari"
|
||||
sideDescription="Per prenotazioni, asporto o qualsiasi informazione, non esitare a contattarci. Siamo qui per te!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama Subito",
|
||||
href: "tel:0303454251",
|
||||
},
|
||||
text: "Chiama Subito", href: "tel:0303454251"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -89,19 +68,12 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Servizio Veloce"
|
||||
title="Asporto Disponibile!"
|
||||
description="Chiama per ordinare senza attese e goditi i tuoi piatti preferiti comodamente a casa tua. Il gusto autentico di Bacchette d'Oro a portata di mano."
|
||||
tagAnimation="slide-up"
|
||||
buttonText="Chiama per Ordinare"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama per Ordinare",
|
||||
href: "tel:0303454251",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,70 +84,41 @@ export default function LandingPage() {
|
||||
logoText="Bacchette d’Oro"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigazione",
|
||||
items: [
|
||||
title: "Navigazione", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Galleria",
|
||||
href: "/galleria",
|
||||
},
|
||||
label: "Galleria", href: "/galleria"},
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
label: "Chi Siamo", href: "/chi-siamo"},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "/contatti",
|
||||
},
|
||||
label: "Contatti", href: "/contatti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
title: "Orari", items: [
|
||||
{
|
||||
label: "Lun: 10:30–14:30 / 17:30–22:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||
{
|
||||
label: "Mar: 17:30–22:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mar: 17:30–22:30", href: "#"},
|
||||
{
|
||||
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mer–Sab: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||
{
|
||||
label: "Dom: 10:30–14:30 / 17:30–22:30",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dom: 10:30–14:30 / 17:30–22:30", href: "#"},
|
||||
{
|
||||
label: "Aperto tutti i giorni festivi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aperto tutti i giorni festivi", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Via San Rocchino 185, 25123 Brescia",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Via San Rocchino 185, 25123 Brescia", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Tel: 030 3454 251",
|
||||
href: "tel:0303454251",
|
||||
},
|
||||
label: "Tel: 030 3454 251", href: "tel:0303454251"},
|
||||
{
|
||||
label: "Email: info@bacchettedorobrescia.it",
|
||||
href: "mailto:info@bacchettedorobrescia.it",
|
||||
},
|
||||
label: "Email: info@bacchettedorobrescia.it", href: "mailto:info@bacchettedorobrescia.it"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user