From 6a71717b78d903a2c90f8afbb505fc8d505549fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:11:04 +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 8df7fe5..807d367 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@mikec", testimonial: "Been ordering from John's for years. Consistent, quality food every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-wine-talking-table_23-2147770761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-wine-talking-table_23-2147770761.jpg?_wi=1", }, { name: "Sarah J.", handle: "@sarahj", testimonial: "The best pizza in the neighborhood. Inexpensive and delicious!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-talking-phone-walk-town_169016-20211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-talking-phone-walk-town_169016-20211.jpg?_wi=1", }, { name: "David R.", handle: "@davidr", testimonial: "Perfect crust and the sauce is exactly how I remember it as a kid.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-goodlooking-african-american-woman-showing-thumbsup-while-using-mobile-phone-app-s_1258-129568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-goodlooking-african-american-woman-showing-thumbsup-while-using-mobile-phone-app-s_1258-129568.jpg?_wi=1", }, { name: "Lisa K.", handle: "@lisak", testimonial: "Fast delivery and everything arrives piping hot. My go-to spot.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/content-girlfriends-enjoying-pizza-having-date_23-2147743638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-girlfriends-enjoying-pizza-having-date_23-2147743638.jpg?_wi=1", }, { name: "Tom B.", handle: "@tomb", testimonial: "Good portions, friendly staff, and great prices. Truly a neighborhood gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg?_wi=1", }, ]} buttons={[ @@ -205,27 +205,27 @@ export default function LandingPage() { { id: "1", name: "Ivan James", - imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-wine-talking-table_23-2147770761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-wine-talking-table_23-2147770761.jpg?_wi=2", }, { id: "2", name: "Scott C.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-talking-phone-walk-town_169016-20211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-talking-phone-walk-town_169016-20211.jpg?_wi=2", }, { id: "3", name: "Mike Cann", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-goodlooking-african-american-woman-showing-thumbsup-while-using-mobile-phone-app-s_1258-129568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-goodlooking-african-american-woman-showing-thumbsup-while-using-mobile-phone-app-s_1258-129568.jpg?_wi=2", }, { id: "4", name: "Diner Local", - imageSrc: "http://img.b2bpic.net/free-photo/content-girlfriends-enjoying-pizza-having-date_23-2147743638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-girlfriends-enjoying-pizza-having-date_23-2147743638.jpg?_wi=2", }, { id: "5", name: "Happy Guest", - imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg?_wi=2", }, ]} cardTitle="What our Neighbors say" -- 2.49.1