diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f1d3f2..fd65da9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,16 +54,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Interno barbershop moderno" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg", imageAlt: "Strumenti professionali del barbiere" + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg?_wi=1", imageAlt: "Strumenti professionali del barbiere" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg", imageAlt: "Stazione di taglio professionale" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-beard-is-shaving_1321-494.jpg", imageAlt: "Taglio capelli professionale" + imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-beard-is-shaving_1321-494.jpg?_wi=1", imageAlt: "Taglio capelli professionale" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Styling della barba" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Styling della barba" } ]} mediaAnimation="slide-up" @@ -80,7 +80,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Taglio Uomo", description: "Tagli moderni e precisi eseguiti con tecniche professionali. Ogni taglio è personalizzato in base alle tue preferenze e tipologia di capelli.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-beard-is-shaving_1321-494.jpg", imageAlt: "Taglio capelli professionale" + imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-beard-is-shaving_1321-494.jpg?_wi=2", imageAlt: "Taglio capelli professionale" }, items: [ { icon: CheckCircle, text: "Tagli moderni e trendy" }, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { id: "2", title: "Regolazione Barba", description: "Styling e regolazione della barba con estrema precisione. Utilizziamo i migliori prodotti per mantenere la barba sempre in perfette condizioni.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Styling della barba" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Styling della barba" }, items: [ { icon: CheckCircle, text: "Styling professionale" }, @@ -102,7 +102,7 @@ export default function LandingPage() { }, { id: "3", title: "Offerta Studenti", description: "Sconto speciale dedicato agli studenti universitari di Verona. Mostra il tuo tesserino universitario e goditi uno sconto esclusivo su tutti i servizi.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg", imageAlt: "Servizio studenti" + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg?_wi=2", imageAlt: "Servizio studenti" }, items: [ { icon: CheckCircle, text: "Sconto speciale studenti" }, @@ -134,7 +134,7 @@ export default function LandingPage() { tag="Chi Siamo" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1" imageAlt="Interno barbershop Hassan Barber" useInvertedBackground={true} buttons={[ @@ -255,7 +255,7 @@ export default function LandingPage() {