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", }, ]} 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' }, '*'); })(); +` + }} + /> + +