From 32164a1325ac2c96e16beef1fca80efb7437fff0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:24:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87cee21..31029dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,28 +82,28 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "croissant", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "golden butter croissant fresh baked" + id: "croissant", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=1", imageAlt: "golden butter croissant fresh baked" }, { - id: "sourdough", name: "Artisan Sourdough", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "crusty sourdough bread bakery loaf" + id: "sourdough", name: "Artisan Sourdough", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=1", imageAlt: "crusty sourdough bread bakery loaf" }, { - id: "chocolate-cake", name: "Chocolate Cake Slice", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg", imageAlt: "rich chocolate cake slice bakery" + id: "chocolate-cake", name: "Chocolate Cake Slice", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg?_wi=1", imageAlt: "rich chocolate cake slice bakery" }, { - id: "cookies", name: "Assorted Cookies", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "fresh baked cookies assortment" + id: "cookies", name: "Assorted Cookies", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=2", imageAlt: "fresh baked cookies assortment" }, { - id: "bagels", name: "Fresh Bagels", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "fresh bagels bakery selection" + id: "bagels", name: "Fresh Bagels", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=2", imageAlt: "fresh bagels bakery selection" }, { - id: "muffins", name: "Blueberry Muffins", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg", imageAlt: "fresh blueberry muffins bakery" + id: "muffins", name: "Blueberry Muffins", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-dip-sauce-made-from-walnut-served-white-plate_114579-711.jpg?_wi=2", imageAlt: "fresh blueberry muffins bakery" }, { - id: "coffee", name: "Premium Coffee", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg", imageAlt: "hot coffee cup bakery beverage" + id: "coffee", name: "Premium Coffee", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-spices-tomatoes-black-plate_114579-76550.jpg?_wi=3", imageAlt: "hot coffee cup bakery beverage" }, { - id: "pastry-mix", name: "Pastry Box Mix", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg", imageAlt: "assorted pastry box bakery selection" + id: "pastry-mix", name: "Pastry Box Mix", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/some-bath-accessories_93675-128281.jpg?_wi=3", imageAlt: "assorted pastry box bakery selection" } ]} /> -- 2.49.1