From 209aed97bb437b5aac00a38556211e51756d06ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:30:30 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6d0b833..7b16810 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -81,7 +81,7 @@ export default function BlogPage() { }, ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=3" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> -- 2.49.1 From 6ec9f402756d856228599123a0d558bf89de985f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:30:31 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5657c8f..278896d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "View Our Menu", href: "#products" }, { text: "Our Story", href: "#about" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=1" imageAlt="Assortment of traditional Ukrainian pastries on a wooden table" textPosition="bottom-left" showBlur={true} @@ -165,7 +165,7 @@ export default function LandingPage() { { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }, ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=2" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> -- 2.49.1 From a560299ebcbb11e47463a196b1fa35a76b7bee67 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:30:32 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 43a7601..12f9f20 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -116,7 +116,7 @@ function ProductPageContent({ params }: ProductPageProps) { {title: "Support", items: [{label: "FAQ", href: "/#faq"},{label: "Contact Us", href: "/#contact"}]} ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=6" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> @@ -171,7 +171,7 @@ function ProductPageContent({ params }: ProductPageProps) { {title: "Support", items: [{label: "FAQ", href: "/#faq"},{label: "Contact Us", href: "/#contact"}]} ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=7" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> @@ -250,7 +250,7 @@ function ProductPageContent({ params }: ProductPageProps) { {title: "Support", items: [{label: "FAQ", href: "/#faq"},{label: "Contact Us", href: "/#contact"}]} ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=8" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> -- 2.49.1 From f0a1789d359bc47945d9ad6810b1439649dbaefb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:30:32 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 72c3bda..1c665c9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -59,7 +59,7 @@ function ShopPageContent() { {title: "Support", items: [{label: "FAQ", href: "/#faq"},{label: "Contact Us", href: "/#contact"}]} ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=4" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> @@ -113,7 +113,7 @@ function ShopPageContent() { {title: "Support", items: [{label: "FAQ", href: "/#faq"},{label: "Contact Us", href: "/#contact"}]} ]} copyrightText="© 2024 Baba's Bakery. All rights reserved." - imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg" + imageSrc="https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg?_wi=5" imageAlt="Various Ukrainian baked goods on a rustic table" ariaLabel="Site footer with links and copyright" /> -- 2.49.1