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", }, ]}