From 2cb9e181796a675564210b231af7fc3bd052f0af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:56:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4d463f..e43a44e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,22 +89,22 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "vini-rossi", name: "Vini Rossi", price: "€ 12-80", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg", imageAlt: "Vini rossi premium" + id: "vini-rossi", name: "Vini Rossi", price: "€ 12-80", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg?_wi=1", imageAlt: "Vini rossi premium" }, { - id: "vini-bianchi", name: "Vini Bianchi", price: "€ 10-60", imageSrc: "http://img.b2bpic.net/free-photo/bottles-wine-with-barrel_23-2148214919.jpg", imageAlt: "Vini bianchi selezione" + id: "vini-bianchi", name: "Vini Bianchi", price: "€ 10-60", imageSrc: "http://img.b2bpic.net/free-photo/bottles-wine-with-barrel_23-2148214919.jpg?_wi=1", imageAlt: "Vini bianchi selezione" }, { id: "champagne-bollicine", name: "Champagne e Bollicine", price: "€ 15-120", imageSrc: "http://img.b2bpic.net/free-photo/bottle-glass-with-colorful-confetti_23-2148340783.jpg", imageAlt: "Champagne e prosecco" }, { - id: "altri-alcolici", name: "Alcolici Vari", price: "€ 8-100", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg", imageAlt: "Selezione alcolici" + id: "altri-alcolici", name: "Alcolici Vari", price: "€ 8-100", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg?_wi=2", imageAlt: "Selezione alcolici" }, { - id: "vini-rari", name: "Vini Rari", price: "€ 50-200", imageSrc: "http://img.b2bpic.net/free-photo/bottles-wine-with-barrel_23-2148214919.jpg", imageAlt: "Vini rari e speciali" + id: "vini-rari", name: "Vini Rari", price: "€ 50-200", imageSrc: "http://img.b2bpic.net/free-photo/bottles-wine-with-barrel_23-2148214919.jpg?_wi=2", imageAlt: "Vini rari e speciali" }, { - id: "vini-naturali", name: "Vini Naturali", price: "€ 15-70", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg", imageAlt: "Vini naturali biologici" + id: "vini-naturali", name: "Vini Naturali", price: "€ 15-70", imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg?_wi=3", imageAlt: "Vini naturali biologici" } ]} /> @@ -118,28 +118,28 @@ export default function LandingPage() { { id: 1, title: "Ambiente Accogliente", description: "Uno spazio caldo e intimo dove sentirsi come a casa, con arredi in legno e illuminazione soffusa", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-enjoying-drinks-with-friends_23-2147859519.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-enjoying-drinks-with-friends_23-2147859519.jpg?_wi=1" } }, { id: 2, title: "Convivialità", description: "Persone che amano il buon vino, la conversazione e la condivisione di momenti indimenticabili", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-enjoying-drinks-with-friends_23-2147859519.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-enjoying-drinks-with-friends_23-2147859519.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2" } }, { id: 3, title: "Passione del Titolare", description: "Carlo, il nostro titolare, accoglie con simpatia e condivide la sua passione per il buon vino", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/bottle-pouring-red-wine-into-carafe_23-2149706811.jpg?_wi=4" } } ]}