diff --git a/src/app/page.tsx b/src/app/page.tsx index e6c2722..b47137b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg", imageAlt: "Fresh beignets with powdered sugar"}, + "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg?_wi=1", imageAlt: "Fresh beignets with powdered sugar"}, { imageSrc: - "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageAlt: "Traditional chicory café au lait"}, + "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=1", imageAlt: "Traditional chicory café au lait"}, { imageSrc: "http://img.b2bpic.net/free-photo/plate-delicious-cookies-black-mug-coffee-black-table-coffee-house_181624-23881.jpg", imageAlt: "Café Du Monde Riverwalk seating"}, @@ -87,11 +87,11 @@ export default function LandingPage() { products={[ { id: "beignets", name: "Fresh Beignets", price: "$8.95", imageSrc: - "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg", imageAlt: "Fresh beignets with powdered sugar", initialQuantity: 1, + "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg?_wi=2", imageAlt: "Fresh beignets with powdered sugar", initialQuantity: 1, }, { id: "cafe-au-lait", name: "Café Au Lait (Chicory)", price: "$4.95", imageSrc: - "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageAlt: "Traditional chicory café au lait", initialQuantity: 1, + "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=2", imageAlt: "Traditional chicory café au lait", initialQuantity: 1, }, { id: "chocolate-milk", name: "Chocolate Milk", price: "$3.95", imageSrc: