From 329335b1c2b7fcc74e71f85f046227ddcf89e69e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:16:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3badcd9..f4be844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function SitePage() { mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", imageAlt: "Close-up of coffee beans and an espresso shot" }, { imageSrc: "https://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", imageAlt: "Cozy coffee shop interior with people relaxing" }, - { imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Refreshing iced coffee with condensation" }, + { imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=1", imageAlt: "Refreshing iced coffee with condensation" }, { imageSrc: "https://img.b2bpic.net/free-photo/overhead-view-teapot-cookies-coffee-croissant-fig-lemon-table_23-2147956822.jpg", imageAlt: "Delicious pastries next to a coffee cup" }, { imageSrc: "https://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg", imageAlt: "Steaming hot coffee cup on a wooden table" } ]} @@ -82,7 +82,7 @@ export default function SitePage() { products={[ { id: "1", name: "Espresso", price: "$3.00", imageSrc: "https://img.b2bpic.net/free-photo/overhead-view-coffee-beverage_23-2148337546.jpg", imageAlt: "A perfect shot of espresso in a small glass." }, { id: "2", name: "Latte Art", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg", imageAlt: "A beautifully crafted latte with intricate latte art." }, - { id: "3", name: "Cold Brew", price: "$5.00", imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "A glass of refreshing cold brew coffee with ice." }, + { id: "3", name: "Cold Brew", price: "$5.00", imageSrc: "https://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=2", imageAlt: "A glass of refreshing cold brew coffee with ice." }, { id: "4", name: "Fresh Croissant", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/breakfast-with-fresh-coissants-with-coffe-milk-rustic-wooden-table-golden-croissant_482257-18380.jpg", imageAlt: "A flaky, golden-brown croissant." }, { id: "5", name: "Gourmet Sandwich", price: "$8.00", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-sandwich-wooden-food-tray-with-healthy-fruit-shake_181624-3440.jpg", imageAlt: "A fresh, gourmet sandwich with various fillings." }, { id: "6", name: "Herbal Tea", price: "$3.75", imageSrc: "https://img.b2bpic.net/free-photo/frotn-view-kettle-with-tea-pouring-into-cup-dark-surface-tea-ceremony-morning_140725-82117.jpg", imageAlt: "A warm cup of herbal tea with steam rising." } -- 2.49.1