From 55b8fc9f00de94563783a6d1f5dcf0737be346ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:34:22 +0000 Subject: [PATCH 1/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a5f18ec..1748302 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -51,21 +51,21 @@ export default function GalleryPage() { id: "whole-wheat", name: "Whole Wheat Loaf", price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=3", imageAlt: "Whole wheat artisan loaf", }, { id: "sourdough", name: "Classic Sourdough", price: "$7.49", - imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=3", imageAlt: "Tangy sourdough bread", }, { id: "almond-croissant", name: "Almond Croissant", price: "$4.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=3", imageAlt: "Gourmet almond croissant", }, ]} -- 2.49.1 From cd8672884e65794d378608bdf4c14a5b06d58452 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:34:23 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a623c86..19ddac9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,6 +1431,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +