diff --git a/src/app/page.tsx b/src/app/page.tsx index f451e42..c32462d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,17 +124,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Brown Butter Oat Latte", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg"}, + id: "p1", name: "Brown Butter Oat Latte", price: "$8", 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"}, + id: "p2", name: "Oak Latte", price: "$7", 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"}, + id: "p3", name: "Strawberry Matcha", price: "$7.50", 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"}, + id: "p4", name: "Hot Chocolate", price: "$6", 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"}, + id: "p5", name: "Classic Espresso", price: "$4", 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"}, + id: "p6", name: "Paradiso Blend Bag", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244092.jpg?_wi=6"}, ]} title="Signature Menu" description="Crafted slowly. Served intentionally. Gone too quickly."