From 6f81a485c40316814dc4a5804881c3e55ed62fd4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 09:49:19 +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 d95ae60..e9c8674 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,11 +143,11 @@ export default function LandingPage() { }, { id: "2", name: "James Chen", handle: "@techlifesf", testimonial: "I've tried coffees all over the world, but nothing compares to their single-origin pour overs. Absolute perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Emma Wilson", handle: "@emmaw.writes", testimonial: "My favorite spot to write and work. Great coffee, excellent WiFi, and the team treats you like family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emma Wilson" }, { id: "4", name: "Marcus Johnson", handle: "@marcus.photography", testimonial: "The craftsmanship in every cup is evident. This is artisanal coffee done right. Worth every penny!", rating: 5, -- 2.49.1