From 0be1dab5a8d92ab4612c3ed2c79f3fb25029114c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:27:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 904e8a7..8c6cb66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,10 +23,10 @@ const navItems = [ const testimonials = [ { name: "Local Gamer", handle: "Regular Customer", testimonial: "Best game store in Southwest Michigan. Huge selection and knowledgeable staff!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"}, { name: "Collector", handle: "Trading Card Enthusiast", testimonial: "Unbeatable prices on trading cards. Always have what I'm looking for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"}, ]; const features = [ -- 2.49.1