From 2ea4a8c7975a252ea35f07efec2075ab10fa8943 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 19:40:51 +0000 Subject: [PATCH] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 70a7a82..16318f4 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"}, { title: "Telefono", description: "Chiamaci per prenotazioni o informazioni: 0185 94047", buttonIcon: Phone, - imageSrc: "http://img.b2bpic.net/free-photo/hero-interior__2", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/hero-interior__2?_wi=1", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"}, { title: "Email", description: "Per qualsiasi domanda, scrivici a info@gigagin.it", buttonIcon: Mail, - imageSrc: "http://img.b2bpic.net/free-photo/hero-food", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/hero-food?_wi=1", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"}, { title: "Prezzo Medio", description: "Un'esperienza gastronomica completa a 30–40 € a persona (vini esclusi).", buttonIcon: Euro, - imageSrc: "http://img.b2bpic.net/free-photo/about-fireplace", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"} + imageSrc: "http://img.b2bpic.net/free-photo/about-fireplace?_wi=1", imageAlt: "Man and woman sitting at table with desserts, drinks and flowers in cafe"} ]} title="Dove Siamo" description="Ci troviamo nel cuore di Lumarzo, un'oasi di tranquillità per gustare i sapori autentici della Liguria. Facilmente raggiungibile con ampio parcheggio." @@ -82,13 +82,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Man embracing with woman in restaurant"}, { title: "Servizi Disponibili", description: "Tavoli all’aperto, consumazione sul posto, bar, caffè eccellente e pasti fino a tardi.", buttonIcon: BellRing, - imageSrc: "http://img.b2bpic.net/free-photo/hero-interior__2", imageAlt: "Man embracing with woman in restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/hero-interior__2?_wi=2", imageAlt: "Man embracing with woman in restaurant"}, { title: "Opzioni di Pagamento", description: "Accettiamo carte di credito/debito e pagamenti con NFC per la tua comodità.", buttonIcon: CreditCard, - imageSrc: "http://img.b2bpic.net/free-photo/hero-food", imageAlt: "Man embracing with woman in restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/hero-food?_wi=2", imageAlt: "Man embracing with woman in restaurant"}, { title: "Accessibilità Completa", description: "Ingresso, tavoli e bagni sono accessibili a persone con disabilità motorie.", buttonIcon: Accessibility, - imageSrc: "http://img.b2bpic.net/free-photo/about-fireplace", imageAlt: "Man embracing with woman in restaurant"} + imageSrc: "http://img.b2bpic.net/free-photo/about-fireplace?_wi=2", imageAlt: "Man embracing with woman in restaurant"} ]} title="Servizi e Orari" description="Offriamo una gamma completa di servizi per rendere la tua visita il più confortevole possibile. Consulta i nostri orari e le opzioni di pagamento." -- 2.49.1