From 1e7742225d9f8f6d181f0595feb2e9e1674b46a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:32:48 +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 d9342cc..c10ad3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@coffeeLoverSarah", testimonial: "Kholasa Coffee has transformed my mornings! The quality and flavor are simply unmatched. Truly the best beans I've ever tasted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Sarah J. Avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=1", imageAlt: "Sarah J. Avatar"}, { name: "Ahmed K.", handle: "@ahmedBrewing", testimonial: "As a home barista, I appreciate the consistency and freshness from Kholasa. Their single-origin selections are always exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Ahmed K. Avatar"}, @@ -161,7 +161,7 @@ export default function LandingPage() { { title: "Sensory Experience", description: "Beyond taste, we focus on the complete sensory journey – from the inviting aroma to the satisfying aftertaste of every cup.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Burlap bag of raw coffee beans"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=2", imageAlt: "Burlap bag of raw coffee beans"}, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-machine-cups-with-different-stages-coffee_23-2148522954.jpg", imageAlt: "Close-up of coffee grinder with fresh grounds"}, { -- 2.49.1