From 9c01a4fa42b911e0b692e3eb7b9ca6971046a9e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 11:10:24 +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 9f10da7..4e99860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,35 +71,35 @@ export default function LandingPage() { handle: "@erossi", testimonial: "The best selection of natural Italian wines. Unforgettable evening.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg?_wi=1", }, { name: "Marco Bianchi", handle: "@mbianchi", testimonial: "Incredible atmosphere and expert recommendations. My favorite datenight spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117548.jpg?_wi=1", }, { name: "Giulia Moretti", handle: "@gmoretti", testimonial: "Seasonal menu pairs perfectly with their curated wine list. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg?_wi=1", }, { name: "Luca Verdi", handle: "@lverdi", testimonial: "Staff knowledge is unparalleled. A true gem for wine lovers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=1", }, { name: "Sofia Conti", handle: "@sconti", testimonial: "Sophisticated and cozy. Perfect for our small team event.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg?_wi=1", }, ]} buttons={[ @@ -341,7 +341,7 @@ export default function LandingPage() { role: "Foodie", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg?_wi=2", }, { id: "t2", @@ -349,7 +349,7 @@ export default function LandingPage() { role: "Visitor", company: "City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117548.jpg?_wi=2", }, { id: "t3", @@ -357,7 +357,7 @@ export default function LandingPage() { role: "Regular", company: "Neighbor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg?_wi=2", }, { id: "t4", @@ -365,7 +365,7 @@ export default function LandingPage() { role: "Guest", company: "Out of Town", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2", }, { id: "t5", @@ -373,7 +373,7 @@ export default function LandingPage() { role: "Regular", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519970.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1