From 0b51d1a40e6686bb7048b4da5af297d4033355d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:02:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3475bc..f8fd417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,14 +52,14 @@ export default function LandingPage() { { text: "Prenota Ora", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-corridor-with-small-two-people-tables_140725-4928.jpg", imageAlt: "Elegante interno del bar Il Salottino" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg?_wi=1", imageAlt: "Bancone bar professionale" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-raspberry-cake-with-cup-tea-white-background-biscuit-tea-sweet-pie-cake-sugar_140725-115849.jpg?_wi=1", imageAlt: "Colazione gourmet" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-bowl-with-tomatoes-garlic-bell-peppers-with-mint-white-towel-black-surface_141793-18526.jpg?_wi=1", imageAlt: "Pranzi veloci e raffinati" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153050.jpg?_wi=1", imageAlt: "Aperitivi e bevande premium" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-alcoholic-drink-ready-be-served_23-2148617646.jpg?_wi=1", imageAlt: "Cocktail signature" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg", imageAlt: "Bancone bar professionale" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-raspberry-cake-with-cup-tea-white-background-biscuit-tea-sweet-pie-cake-sugar_140725-115849.jpg", imageAlt: "Colazione gourmet" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-bowl-with-tomatoes-garlic-bell-peppers-with-mint-white-towel-black-surface_141793-18526.jpg", imageAlt: "Pranzi veloci e raffinati" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153050.jpg", imageAlt: "Aperitivi e bevande premium" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-alcoholic-drink-ready-be-served_23-2148617646.jpg", imageAlt: "Cocktail signature" } ]} /> @@ -79,7 +79,7 @@ export default function LandingPage() { mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-bartender-adding-ice-with-scoop_23-2148209383.jpg" imageAlt="Il cuore del nostro bar: il bancone storico" /> @@ -101,10 +101,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "colazione", brand: "Mattina", name: "Colazione Gourmet", price: "A partire da €5", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-raspberry-cake-with-cup-tea-white-background-biscuit-tea-sweet-pie-cake-sugar_140725-115849.jpg?_wi=2", imageAlt: "Colazione con cappuccino e dolci freschi" }, - { id: "pranzi", brand: "Mezzogiorno", name: "Pranzi Veloci & Smart", price: "A partire da €8", rating: 5, reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-bowl-with-tomatoes-garlic-bell-peppers-with-mint-white-towel-black-surface_141793-18526.jpg?_wi=2", imageAlt: "Piatti preparati al momento" }, - { id: "aperitivo", brand: "Pomeriggio", name: "Aperitivi Premium", price: "A partire da €6", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153050.jpg?_wi=2", imageAlt: "Selezione di aperitivi e vini" }, - { id: "cocktails", brand: "Sera", name: "Cocktail Signature", price: "A partire da €9", rating: 5, reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-alcoholic-drink-ready-be-served_23-2148617646.jpg?_wi=2", imageAlt: "Cocktail artigianali mixati al momento" } + { id: "colazione", brand: "Mattina", name: "Colazione Gourmet", price: "A partire da €5", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-raspberry-cake-with-cup-tea-white-background-biscuit-tea-sweet-pie-cake-sugar_140725-115849.jpg", imageAlt: "Colazione con cappuccino e dolci freschi" }, + { id: "pranzi", brand: "Mezzogiorno", name: "Pranzi Veloci & Smart", price: "A partire da €8", rating: 5, reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-bowl-with-tomatoes-garlic-bell-peppers-with-mint-white-towel-black-surface_141793-18526.jpg", imageAlt: "Piatti preparati al momento" }, + { id: "aperitivo", brand: "Pomeriggio", name: "Aperitivi Premium", price: "A partire da €6", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153050.jpg", imageAlt: "Selezione di aperitivi e vini" }, + { id: "cocktails", brand: "Sera", name: "Cocktail Signature", price: "A partire da €9", rating: 5, reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-alcoholic-drink-ready-be-served_23-2148617646.jpg", imageAlt: "Cocktail artigianali mixati al momento" } ]} /> @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "bartender1", name: "Marco", role: "Head Bartender", description: "Esperto mixologist con 20+ anni di esperienza. Crea cocktail signature che raccontano storie.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497614.jpg", imageAlt: "Marco, Head Bartender" }, { id: "staff1", name: "Francesca", role: "Restaurant Manager", description: "Dedita alla perfezione del servizio. Ogni dettaglio è curato per rendere la tua visita speciale.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865358.jpg", imageAlt: "Francesca, Restaurant Manager" }, { id: "chef1", name: "Antonio", role: "Head Chef", description: "Passionato di ingredienti freschi e piatti preparati al momento con precisione artigianale.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236897.jpg", imageAlt: "Antonio, Head Chef" }, - { id: "host1", name: "Giulia", role: "Hospitality Specialist", description: "Accoglienza calorosa e attenzione ai dettagli. Ti farà sentire a casa fin dal primo momento.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=1", imageAlt: "Giulia, Hospitality Specialist" } + { id: "host1", name: "Giulia", role: "Hospitality Specialist", description: "Accoglienza calorosa e attenzione ai dettagli. Ti farà sentire a casa fin dal primo momento.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Giulia, Hospitality Specialist" } ]} /> @@ -146,12 +146,12 @@ export default function LandingPage() { speed={40} topMarqueeDirection="left" testimonials={[ - { id: "1", name: "Luca Rossi", handle: "@lucavisitsnovara", testimonial: "Il posto perfetto per una colazione veloce prima del lavoro. Caffè eccezionale e dolci freschi ogni mattina. Sono un cliente abituale da 5 anni!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=2", imageAlt: "Luca Rossi" }, - { id: "2", name: "Maria Bianchi", handle: "@mariasaysitalia", testimonial: "Aperitivi fantastico e staff incredibilmente cordiale. Il Salottino è il nostro spot preferito per celebrare con amici. Impeccabile!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=3", imageAlt: "Maria Bianchi" }, - { id: "3", name: "Paolo Conti", handle: "@paolotheenthusiast", testimonial: "I cocktail qui sono arte pura. Marco, il bartender, conosce la sua professione come pochi altri. Torneremo sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=4", imageAlt: "Paolo Conti" }, - { id: "4", name: "Sara Colombo", handle: "@saracuisine", testimonial: "Pranzo veloce durante la pausa lavorativa, ma non rinuncio alla qualità. Al Salottino trovo tutto ciò di cui ho bisogno in meno di 30 minuti.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=5", imageAlt: "Sara Colombo" }, - { id: "5", name: "Giovanni Ferrari", handle: "@giovanniexplores", testimonial: "Aperto 24 ore! Finalmente un bar che capisce i ritmi della gente. Cena tardi? Il Salottino è sempre pronto a sorprenderti.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=6", imageAlt: "Giovanni Ferrari" }, - { id: "6", name: "Elena Martini", handle: "@elenamini_food", testimonial: "Lo storico del bar, le storie del Signor Carmelo, la dedizione della famiglia: qui senti davvero il passato e il presente fondersi.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=7", imageAlt: "Elena Martini" } + { id: "1", name: "Luca Rossi", handle: "@lucavisitsnovara", testimonial: "Il posto perfetto per una colazione veloce prima del lavoro. Caffè eccezionale e dolci freschi ogni mattina. Sono un cliente abituale da 5 anni!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Luca Rossi" }, + { id: "2", name: "Maria Bianchi", handle: "@mariasaysitalia", testimonial: "Aperitivi fantastico e staff incredibilmente cordiale. Il Salottino è il nostro spot preferito per celebrare con amici. Impeccabile!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Maria Bianchi" }, + { id: "3", name: "Paolo Conti", handle: "@paolotheenthusiast", testimonial: "I cocktail qui sono arte pura. Marco, il bartender, conosce la sua professione come pochi altri. Torneremo sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Paolo Conti" }, + { id: "4", name: "Sara Colombo", handle: "@saracuisine", testimonial: "Pranzo veloce durante la pausa lavorativa, ma non rinuncio alla qualità. Al Salottino trovo tutto ciò di cui ho bisogno in meno di 30 minuti.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Sara Colombo" }, + { id: "5", name: "Giovanni Ferrari", handle: "@giovanniexplores", testimonial: "Aperto 24 ore! Finalmente un bar che capisce i ritmi della gente. Cena tardi? Il Salottino è sempre pronto a sorprenderti.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Giovanni Ferrari" }, + { id: "6", name: "Elena Martini", handle: "@elenamini_food", testimonial: "Lo storico del bar, le storie del Signor Carmelo, la dedizione della famiglia: qui senti davvero il passato e il presente fondersi.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg", imageAlt: "Elena Martini" } ]} /> @@ -188,7 +188,7 @@ export default function LandingPage() { description="Sei pronto per vivere l'esperienza Il Salottino? Contattaci per prenotazioni, domande o semplicemente per saperne di più. Il nostro team è sempre pronto ad accoglierti con un sorriso." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Inserisci il tuo indirizzo email" buttonText="Iscriviti alla Newsletter"