From 31bfb87d4d6013ec19edb77ca4d8421aff23bece Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 19:25:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 357555e..42ec286 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,35 +69,35 @@ export default function HomePage() { id: "1", name: "Pistachio Latte", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=1", imageAlt: "Creamy pistachio latte with foam" }, { id: "2", name: "Crème Brûlée Latte", price: "$6.75", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=1", imageAlt: "Dessert-inspired crème brûlée latte" }, { id: "3", name: "Coconut Matcha Cloud", price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg?_wi=1", imageAlt: "Airy matcha cloud with coconut milk" }, { id: "4", name: "Charcoal Honey Iced Latte", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg?_wi=1", imageAlt: "Bold charcoal honey iced latte" }, { id: "5", name: "Amaretto Latte", price: "$6.25", - imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=2", imageAlt: "Cozy aromatic amaretto latte" } ]} @@ -152,21 +152,21 @@ export default function HomePage() { id: "1", name: "Cinnamon Bun", price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=2", imageAlt: "Golden cinnamon bun with icing" }, { id: "2", name: "Thai Tea Macaron", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=1", imageAlt: "Delicate Thai tea flavored macarons" }, { id: "3", name: "Chicken Pesto Sandwich", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=1", imageAlt: "Fresh chicken pesto sandwich on artisan bread" } ]}