From 7b892d58e8786445a2e41711251a2c146373126b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:56:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 082faf4..5145f98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg?_wi=1", imageAlt: "Freshly baked pastries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg?_wi=1", imageAlt: "Artisanal bread display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-assortment_23-2148601664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-assortment_23-2148601664.jpg?_wi=1", imageAlt: "Delicious cakes and desserts", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-baking_23-2150014852.jpg", imageAlt: "Oven baking bread", }, - imageSrc: "http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg?_wi=2", imageAlt: "baking ingredients mixing bowl", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-baker-using-tablet-pastry-shop_23-2150379588.jpg", imageAlt: "Custom cake decoration", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg?_wi=2", imageAlt: "baking ingredients mixing bowl", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-coffee-beans-honey-dipper-plaster-cutting-board-flat-lay_176474-8231.jpg", imageAlt: "Coffee with pastry", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-assortment_23-2148601664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-assortment_23-2148601664.jpg?_wi=2", imageAlt: "baking ingredients mixing bowl", }, ]} -- 2.49.1