Update src/app/about/page.tsx

This commit is contained in:
2026-03-15 05:04:42 +00:00
parent 3d8c6b0840
commit a6e8a766a0

View File

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