Merge version_1 into main #2
304
src/app/page.tsx
304
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Beef, BookOpen, Flame, Heart, HelpCircle, Leaf, MessageSquare, Phone, Soup, Star, Wheat } from "lucide-react";
|
||||
import { Award, Beef, BookOpen, Flame, Heart, HelpCircle, Leaf, MessageSquare, Phone, Soup, Star, Wheat, Carrot, Thermometer, Beans, BreadSlice } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Specialità",
|
||||
id: "specialties",
|
||||
},
|
||||
name: "Specialità", id: "specialties"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Recensioni", id: "testimonials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Il Locale di Guido"
|
||||
/>
|
||||
@@ -75,16 +59,12 @@ export default function LandingPage() {
|
||||
description="Autentica Cucina Toscana dal cuore della Siena, dove tradizione e passione si incontrano per un'esperienza indimenticabile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota un Tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota un Tavolo", href: "#contact"},
|
||||
{
|
||||
text: "Scopri il Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Scopri il Menu", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spaghetti-wooden-background-garlic-spoon-mortartop-view-copy-space_141793-3465.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spaghetti-wooden-background-garlic-spoon-mortartop-view-copy-space_141793-3465.jpg"
|
||||
imageAlt="Interno del ristorante Il Locale di Guido"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,19 +76,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Anni di Tradizione",
|
||||
value: "30+",
|
||||
},
|
||||
label: "Anni di Tradizione", value: "30+"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Piatti Tipici",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Piatti Tipici", value: "50+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Clienti Felici",
|
||||
value: "Migliaia",
|
||||
},
|
||||
label: "Clienti Felici", value: "Migliaia"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,80 +95,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Pappardelle al Cinghiale",
|
||||
description: "Un classico della nostra cucina, pasta fatta in casa con ragù di cinghiale cotto lentamente.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25379.jpg",
|
||||
imageAlt: "Pappardelle al cinghiale",
|
||||
},
|
||||
title: "Pappardelle al Cinghiale", description: "Un classico della nostra cucina, pasta fatta in casa con ragù di cinghiale cotto lentamente.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25379.jpg", imageAlt: "Pappardelle al cinghiale"},
|
||||
items: [
|
||||
{
|
||||
icon: Wheat,
|
||||
text: "Pasta Fresca",
|
||||
},
|
||||
text: "Pasta Fresca"},
|
||||
{
|
||||
icon: Carrot,
|
||||
text: "Cinghiale Locale",
|
||||
},
|
||||
text: "Cinghiale Locale"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Erbe Aromatiche",
|
||||
},
|
||||
text: "Erbe Aromatiche"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-wooden-background-garlic-spoon-mortartop-view-copy-space_141793-3465.jpg?_wi=2",
|
||||
imageAlt: "pappardelle al ragù wild boar",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Bistecca alla Fiorentina",
|
||||
description: "La vera bistecca Chianina, cotta alla perfezione sulla brace, servita al sangue come tradizione vuole.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg",
|
||||
imageAlt: "Bistecca alla Fiorentina",
|
||||
},
|
||||
title: "Bistecca alla Fiorentina", description: "La vera bistecca Chianina, cotta alla perfezione sulla brace, servita al sangue come tradizione vuole.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-served-with-boiled-asparagus-spinach-sauce_140725-5091.jpg", imageAlt: "Bistecca alla Fiorentina"},
|
||||
items: [
|
||||
{
|
||||
icon: Beef,
|
||||
text: "Carne Chianina",
|
||||
},
|
||||
text: "Carne Chianina"},
|
||||
{
|
||||
icon: Fire,
|
||||
text: "Cottura a Brace",
|
||||
},
|
||||
icon: Flame,
|
||||
text: "Cottura a Brace"},
|
||||
{
|
||||
icon: Thermometer,
|
||||
text: "Al Sangue",
|
||||
},
|
||||
text: "Al Sangue"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hourglass-with-sand-middle-word-sand-it_123827-23414.jpg",
|
||||
imageAlt: "pappardelle al ragù wild boar",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Ribollita Toscana",
|
||||
description: "Una zuppa contadina ricca e saporita, a base di verdure, fagioli cannellini e pane raffermo.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jam-toasted-bread_23-2147693748.jpg",
|
||||
imageAlt: "Ribollita Toscana",
|
||||
},
|
||||
title: "Ribollita Toscana", description: "Una zuppa contadina ricca e saporita, a base di verdure, fagioli cannellini e pane raffermo.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jam-toasted-bread_23-2147693748.jpg", imageAlt: "Ribollita Toscana"},
|
||||
items: [
|
||||
{
|
||||
icon: Soup,
|
||||
text: "Zuppa Tradizionale",
|
||||
},
|
||||
text: "Zuppa Tradizionale"},
|
||||
{
|
||||
icon: Beans,
|
||||
text: "Fagioli Cannellini",
|
||||
},
|
||||
text: "Fagioli Cannellini"},
|
||||
{
|
||||
icon: BreadSlice,
|
||||
text: "Pane Raffermo",
|
||||
},
|
||||
text: "Pane Raffermo"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-food-platter-with-sauces-decorations_23-2152004240.jpg",
|
||||
imageAlt: "pappardelle al ragù wild boar",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
description="Ogni piatto è un viaggio nei sapori più autentici della Toscana, preparato con ingredienti freschi e di stagione."
|
||||
@@ -211,47 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pasta al Tartufo Nero",
|
||||
price: "€28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-pasta-with-herb-garnish_23-2151998775.jpg",
|
||||
imageAlt: "Pasta al tartufo nero",
|
||||
},
|
||||
id: "p1", name: "Pasta al Tartufo Nero", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/black-pasta-with-herb-garnish_23-2151998775.jpg", imageAlt: "Pasta al tartufo nero"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Risotto ai Funghi Porcini",
|
||||
price: "€24.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-risotto-plate-garnished-with-grated-parmesan-parsley_141793-1934.jpg",
|
||||
imageAlt: "Risotto ai funghi porcini",
|
||||
},
|
||||
id: "p2", name: "Risotto ai Funghi Porcini", price: "€24.00", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-risotto-plate-garnished-with-grated-parmesan-parsley_141793-1934.jpg", imageAlt: "Risotto ai funghi porcini"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pizza Margherita Speciale",
|
||||
price: "€16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg",
|
||||
imageAlt: "Pizza Margherita Speciale",
|
||||
},
|
||||
id: "p3", name: "Pizza Margherita Speciale", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg", imageAlt: "Pizza Margherita Speciale"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lasagna al Forno Classica",
|
||||
price: "€20.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-color-meal-pasta-dish_140725-82184.jpg",
|
||||
imageAlt: "Lasagna al Forno Classica",
|
||||
},
|
||||
id: "p4", name: "Lasagna al Forno Classica", price: "€20.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-color-meal-pasta-dish_140725-82184.jpg", imageAlt: "Lasagna al Forno Classica"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Ossobuco alla Milanese",
|
||||
price: "€32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg",
|
||||
imageAlt: "Ossobuco alla Milanese",
|
||||
},
|
||||
id: "p5", name: "Ossobuco alla Milanese", price: "€32.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg", imageAlt: "Ossobuco alla Milanese"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tiramisù della Nonna",
|
||||
price: "€9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg",
|
||||
imageAlt: "Tiramisù della Nonna",
|
||||
},
|
||||
id: "p6", name: "Tiramisù della Nonna", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-arrangement_23-2149143299.jpg", imageAlt: "Tiramisù della Nonna"}
|
||||
]}
|
||||
title="Esplora il Nostro Menu"
|
||||
description="Una selezione di piatti che celebrano la ricchezza della cucina toscana, dal classico al più innovativo."
|
||||
@@ -265,35 +182,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Giulia Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29436.jpg",
|
||||
imageAlt: "Foto di Giulia Rossi",
|
||||
},
|
||||
id: "t1", name: "Giulia Rossi", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29436.jpg", imageAlt: "Foto di Giulia Rossi"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco Bianchi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-male-suit-making-call-me-phone-gesture-standing-white-background_179666-31649.jpg",
|
||||
imageAlt: "Foto di Marco Bianchi",
|
||||
},
|
||||
id: "t2", name: "Marco Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-male-suit-making-call-me-phone-gesture-standing-white-background_179666-31649.jpg", imageAlt: "Foto di Marco Bianchi"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Verdi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-pizza_23-2150405913.jpg",
|
||||
imageAlt: "Foto di Elena Verdi",
|
||||
},
|
||||
id: "t3", name: "Elena Verdi", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-pizza_23-2150405913.jpg", imageAlt: "Foto di Elena Verdi"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Paolo Neri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-serving-wraps-mini-burgers-cafe_1170-609.jpg",
|
||||
imageAlt: "Foto di Paolo Neri",
|
||||
},
|
||||
id: "t4", name: "Paolo Neri", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-serving-wraps-mini-burgers-cafe_1170-609.jpg", imageAlt: "Foto di Paolo Neri"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura Gialli",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg",
|
||||
imageAlt: "Foto di Laura Gialli",
|
||||
},
|
||||
id: "t5", name: "Laura Gialli", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-delicious-cocktails_23-2150244954.jpg", imageAlt: "Foto di Laura Gialli"}
|
||||
]}
|
||||
cardTitle="Esperienze Indimenticabili"
|
||||
cardTag="Dicono di Noi"
|
||||
@@ -309,26 +206,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Guido B.",
|
||||
role: "Chef e Proprietario",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-chef-man-wearing-white-cooker-uniform-hat-showing-clenched-fist-while-looking-with-aggressive-expression-white-wall_141793-32608.jpg",
|
||||
imageAlt: "Ritratto dello Chef Guido",
|
||||
},
|
||||
id: "m1", name: "Guido B.", role: "Chef e Proprietario", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-chef-man-wearing-white-cooker-uniform-hat-showing-clenched-fist-while-looking-with-aggressive-expression-white-wall_141793-32608.jpg", imageAlt: "Ritratto dello Chef Guido"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Elena S.",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16141.jpg",
|
||||
imageAlt: "Ritratto della Sous Chef Elena",
|
||||
},
|
||||
id: "m2", name: "Elena S.", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16141.jpg", imageAlt: "Ritratto della Sous Chef Elena"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Lorenzo M.",
|
||||
role: "Maitre di Sala",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060585.jpg",
|
||||
imageAlt: "Ritratto del Maitre Lorenzo",
|
||||
},
|
||||
id: "m3", name: "Lorenzo M.", role: "Maitre di Sala", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060585.jpg", imageAlt: "Ritratto del Maitre Lorenzo"}
|
||||
]}
|
||||
title="Il Nostro Team"
|
||||
description="Passione, dedizione e amore per la cucina toscana in ogni piatto che serviamo."
|
||||
@@ -341,25 +223,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "È necessaria la prenotazione?",
|
||||
content: "Consigliamo vivamente di prenotare, specialmente durante i fine settimana e i periodi di alta stagione, per garantirvi il miglior servizio.",
|
||||
},
|
||||
id: "f1", title: "È necessaria la prenotazione?", content: "Consigliamo vivamente di prenotare, specialmente durante i fine settimana e i periodi di alta stagione, per garantirvi il miglior servizio."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Offrite opzioni per diete speciali?",
|
||||
content: "Sì, offriamo opzioni vegetariane, vegane e senza glutine. Vi preghiamo di comunicarci le vostre esigenze al momento della prenotazione.",
|
||||
},
|
||||
id: "f2", title: "Offrite opzioni per diete speciali?", content: "Sì, offriamo opzioni vegetariane, vegane e senza glutine. Vi preghiamo di comunicarci le vostre esigenze al momento della prenotazione."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Avete un parcheggio?",
|
||||
content: "Sì, disponiamo di un ampio parcheggio gratuito riservato ai nostri clienti proprio di fronte al ristorante.",
|
||||
},
|
||||
id: "f3", title: "Avete un parcheggio?", content: "Sì, disponiamo di un ampio parcheggio gratuito riservato ai nostri clienti proprio di fronte al ristorante."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Accettate animali domestici?",
|
||||
content: "Accettiamo animali di piccola taglia nella nostra area esterna, su richiesta e previa disponibilità.",
|
||||
},
|
||||
id: "f4", title: "Accettate animali domestici?", content: "Accettiamo animali di piccola taglia nella nostra area esterna, su richiesta e previa disponibilità."}
|
||||
]}
|
||||
title="Domande Frequenti"
|
||||
description="Tutto quello che c'è da sapere per pianificare la vostra visita al Locale di Guido."
|
||||
@@ -373,21 +243,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contattaci"
|
||||
tagIcon={Phone}
|
||||
title="Vivi l'Esperienza Toscana"
|
||||
description="Prenota il tuo tavolo e lasciati trasportare dai sapori autentici della nostra terra. Siamo aperti a pranzo e a cena."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiamaci: +39 0577 123456",
|
||||
href: "tel:+390577123456",
|
||||
},
|
||||
text: "Chiamaci: +39 0577 123456", href: "tel:+390577123456"},
|
||||
{
|
||||
text: "Scrivici: info@il-locale-di-guido.it",
|
||||
href: "mailto:info@il-locale-di-guido.it",
|
||||
},
|
||||
text: "Scrivici: info@il-locale-di-guido.it", href: "mailto:info@il-locale-di-guido.it"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -400,64 +265,39 @@ export default function LandingPage() {
|
||||
logoText="Il Locale di Guido"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Antipasti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Antipasti", href: "#menu"},
|
||||
{
|
||||
label: "Primi Piatti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Primi Piatti", href: "#menu"},
|
||||
{
|
||||
label: "Secondi Piatti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Secondi Piatti", href: "#menu"},
|
||||
{
|
||||
label: "Dolci",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Dolci", href: "#menu"}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
title: "Informazioni", items: [
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "Prenotazioni",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Prenotazioni", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Il Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Il Team", href: "#team"}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Seguici",
|
||||
items: [
|
||||
title: "Seguici", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/illocalediguido",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/illocalediguido"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/illocalediguido",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/illocalediguido"},
|
||||
{
|
||||
label: "TripAdvisor",
|
||||
href: "https://tripadvisor.com/illocalediguido",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "TripAdvisor", href: "https://tripadvisor.com/illocalediguido"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Il Locale di Guido. Tutti i diritti riservati."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user