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"