From 0112eb8268fcbeb3321e377cd2b0646e0892ac60 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:13:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76c3d98..92088af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { role: "Client", testimonial: "La miglior colazione della zona. Personale squisito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg?_wi=1", imageAlt: "cinematic moody luxury lounge bar atmosphere", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { role: "Client", testimonial: "Aperitivi eccellenti, locale unico.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-table_181624-38979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-table_181624-38979.jpg?_wi=1", imageAlt: "cinematic moody luxury lounge bar atmosphere", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { role: "Client", testimonial: "Drink curati e atmosfera pazzesca.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg?_wi=1", imageAlt: "cinematic moody luxury lounge bar atmosphere", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { role: "Client", testimonial: "Il punto di riferimento per le serate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-holding-cocktails_23-2150124815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-holding-cocktails_23-2150124815.jpg?_wi=1", imageAlt: "cinematic moody luxury lounge bar atmosphere", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { role: "Client", testimonial: "Qualità costante dall'alba al tramonto.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-cocktail-sunset_140725-5306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-cocktail-sunset_140725-5306.jpg?_wi=1", imageAlt: "cinematic moody luxury lounge bar atmosphere", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg?_wi=2" imageAlt="Cellini Lounge Bar interior moody atmosphere" avatars={[ { @@ -178,7 +178,7 @@ export default function LandingPage() { "Brioches", "Caffè", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-table_181624-38979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-table_181624-38979.jpg?_wi=2", }, { id: "2", @@ -187,7 +187,7 @@ export default function LandingPage() { "Pranzo", "Qualità", ], - imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg?_wi=2", }, { id: "3", @@ -196,7 +196,7 @@ export default function LandingPage() { "Drink", "Buffet", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-holding-cocktails_23-2150124815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-holding-cocktails_23-2150124815.jpg?_wi=2", }, { id: "4", @@ -205,7 +205,7 @@ export default function LandingPage() { "Mixology", "Night", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-cocktail-sunset_140725-5306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-cocktail-sunset_140725-5306.jpg?_wi=2", }, { id: "5", -- 2.49.1