diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index e1236b9..9245c81 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -33,7 +33,7 @@ export default function EventsPage() { value: "Wednesdays", title: "Wine Down Wednesday", description: "Half off all wine bottles every Wednesday night.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-red-wine-table_23-2148443920.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/glass-red-wine-table_23-2148443920.jpg?_wi=1" }, { id: "e2", diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 26c1a53..d0e3a9e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -44,7 +44,7 @@ export default function MenuPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Butter Croissant", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/croissant-plate_23-2148443905.jpg" }, - { id: "w1", name: "House Red Selection", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-wine-table_23-2148443920.jpg" } + { id: "w1", name: "House Red Selection", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-wine-table_23-2148443920.jpg?_wi=2" } ]} />