From 87288404cc501f6223f56d6dec351b830bb9dffa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:24:23 +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 523a9b2..3d90ac8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,16 +125,16 @@ export default function BrewHavenPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality and freshness of these beans are unmatched. My morning ritual has never tasted better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Chen", handle: "@jameschen_coffee", testimonial: "Brew Haven's cold brew is my go-to. The smoothness and flavor are absolutely incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"}, { id: "3", name: "Emma Rodriguez", handle: "@emmaroasting", testimonial: "Supporting a company that cares about their farmers and the environment. Plus, exceptional coffee!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"}, { id: "4", name: "David Park", handle: "@davidcoffeeaddict", testimonial: "The Ethiopian blend is my favorite. The complexity and floral notes are divine. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"}, ]} /> -- 2.49.1