From a6e8a766a0ba0da962f2e844d7ca7eec632b0778 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:04:42 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5e19073..3ce095b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -106,28 +106,28 @@ export default function AboutPage() { id: "tea-brewing", title: "Tea Brewing", tags: ["Artisanal", "Process", "Craft"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg?_wi=2", imageAlt: "Professional tea brewing process", }, { id: "café-vibe", title: "Café Ambience", tags: ["Cozy", "Warm", "Welcoming"], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=3", imageAlt: "Interior café atmosphere", }, { id: "snacks", title: "Snacks & Bites", tags: ["Delicious", "Fresh", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=8", imageAlt: "Fresh snacks presentation", }, { id: "moments", title: "Customer Moments", tags: ["Joy", "Connection", "Experience"], - imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg?_wi=3", imageAlt: "Happy customers enjoying moments", }, ]}