From 52b9aabc8be88b46473ae16fc13e1e8a43414fb6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:37:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41b5620..5363ef8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,16 +154,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Chen", role: "Professional Player", testimonial: "Playing with Bob changed my entire game. The precision and control are unmatched. Bob isn't just a ball; Bob is a partner in victory.", icon: Trophy, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Marcus Chen"}, { id: "2", name: "Sofia Rodriguez", role: "Tournament Organizer", testimonial: "Every tournament featuring Bob draws record crowds. The energy and excitement are electric. Bob brings out the best in every player.", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sofia Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Sofia Rodriguez"}, { id: "3", name: "James Patterson", role: "Sports Commentator", testimonial: "I've seen countless matches, but none have the magic of Bob. This ball is legendary, and the stories it could tell would fill books.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Patterson"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "James Patterson"}, { id: "4", name: "Lisa Wong", role: "Casual Player", testimonial: "Bob makes every game more fun. Whether you're a pro or just playing for fun, you can feel the quality and care that goes into every moment.", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Wong"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Lisa Wong"}, ]} />