From 12780d1a4b15a7529c417edffc4290527c1072c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:04:35 +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 3740eb0..6a253e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@sarahcooks", testimonial: "Never waited more than 2 minutes to check out!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669844.jpg?_wi=1", }, { name: "David W.", handle: "@davidfoodie", testimonial: "Seafood, vegetables, and meat are all very fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-kid-market_23-2149160666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-kid-market_23-2149160666.jpg?_wi=1", }, { name: "Emily C.", handle: "@emilyeats", testimonial: "Clean and organized store, easy to find items.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg?_wi=1", }, { name: "Mike J.", handle: "@mikejm", testimonial: "Great variety of Asian snacks and ingredients!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-woman-with-shopping-bags-home_158595-5750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-woman-with-shopping-bags-home_158595-5750.jpg?_wi=1", }, { name: "Jessica R.", handle: "@jessr", testimonial: "Friendly service and very clean store environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/client-looking-bio-fruits-veggies_482257-80710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/client-looking-bio-fruits-veggies_482257-80710.jpg?_wi=1", }, ]} buttons={[ @@ -231,27 +231,27 @@ export default function LandingPage() { { id: "1", name: "Sarah L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669844.jpg?_wi=2", }, { id: "2", name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-kid-market_23-2149160666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-kid-market_23-2149160666.jpg?_wi=2", }, { id: "3", name: "Emily C.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-goods-supermarket_23-2148150039.jpg?_wi=2", }, { id: "4", name: "Mike J.", - imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-woman-with-shopping-bags-home_158595-5750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-healthy-woman-with-shopping-bags-home_158595-5750.jpg?_wi=2", }, { id: "5", name: "Jessica R.", - imageSrc: "http://img.b2bpic.net/free-photo/client-looking-bio-fruits-veggies_482257-80710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/client-looking-bio-fruits-veggies_482257-80710.jpg?_wi=2", }, ]} cardTitle="Community Favorites" -- 2.49.1