From 80e3474e232094e5e982e9c700cede7a6771ad59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 20:57:15 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 23bf371..e8b8d0d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -59,7 +59,7 @@ export default function App() { handle: "@anna_bakes", text: "The sourdough here is life-changing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1", }, { name: "Marcus R.", @@ -90,7 +90,7 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379538.jpg", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=1" /> @@ -127,7 +127,7 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-cook-mixing-up-flour-plate-with-eggs-dark-surface_179666-44577.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=2", imageAlt: "fresh baked goods closeup", }, { @@ -142,7 +142,7 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-baked-bread-slices-black-backdrop_23-2147975073.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=1", imageAlt: "fresh baked goods closeup", }, { @@ -157,7 +157,7 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-wheat-flour-with-whisker-wooden-table_23-2147872753.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=2", imageAlt: "fresh baked goods closeup", }, ]} @@ -173,7 +173,7 @@ export default function App() { { name: "Classic Croissant", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg?_wi=2", }, { name: "Dark Chocolate Tart", -- 2.49.1