From 0a4cd123965b6fc25af1a51066be5eb1e8cb91d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:30:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 844b601..e9ed9e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=1", imageAlt: "Sarah J. Avatar", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=1", imageAlt: "Ahmed K. Avatar", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698741.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698741.jpg?_wi=1" imageAlt="Freshly roasted coffee beans being poured" mediaAnimation="slide-up" avatars={[ @@ -241,7 +241,7 @@ export default function LandingPage() { value: "15 kg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-coffee-cup_23-2150698741.jpg?_wi=2", imageAlt: "coffee beans bag burlap", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", + 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", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { imageAlt: "Steaming cup of coffee on a wooden table", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2", imageAlt: "coffee beans bag burlap", }, ]} -- 2.49.1