From 4a528e362532a78e12b318d5819394e9588f89a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:46:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3009e1e..73d03cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,37 +176,37 @@ export default function LandingPage() { id: "p1", name: "Brown Butter Oat Latte", price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=1", }, { id: "p2", name: "Oak Latte", price: "$7", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=2", }, { id: "p3", name: "Strawberry Matcha", price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=3", }, { id: "p4", name: "Hot Chocolate", price: "$6", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=4", }, { id: "p5", name: "Classic Espresso", price: "$4", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=5", }, { id: "p6", name: "Paradiso Blend Bag", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=6", }, ]} title="Signature Menu" -- 2.49.1