From 9aef33833671be75e49f95ceabf825b48d34a568 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:38:35 +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 efec1fc..7946768 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function CoffeePage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "Local Artist", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" }, { id: "2", name: "Marcus Chen", role: "Coffee Enthusiast", company: "Tech Professional", rating: 5, @@ -159,7 +159,7 @@ export default function CoffeePage() { }, { id: "3", name: "Emily Rodriguez", role: "Frequent Visitor", company: "Writer", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1