From 5b01f8b91cadf7ef05a837f16319f629da506b8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 10:12:10 +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 e0e35ab..82b09d6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -48,7 +48,7 @@ export default function BlogPage() { )} Date: Tue, 24 Feb 2026 10:12:11 +0000 Subject: [PATCH 2/4] 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 d3d0d4c..efa4455 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function SitePage() { tag="The Perfect Start" mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg", imageAlt: "Coffee beans and espresso machine"}, + imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg?_wi=1", imageAlt: "Coffee beans and espresso machine"}, { imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", imageAlt: "Close up of latte art"}, ]} @@ -94,17 +94,17 @@ export default function SitePage() { Date: Tue, 24 Feb 2026 10:12:12 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 307e9e5..b47a7cf 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -84,7 +84,7 @@ function ProductPageContent({ params }: ProductPageProps) { }; const footerProps = { - imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg", imageAlt: "Roasted coffee beans in a wooden scoop", columns: [ + imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg?_wi=5", imageAlt: "Roasted coffee beans in a wooden scoop", columns: [ { title: "Menu", items: [{ label: "Coffee", href: "#menu" }, { label: "Pastries", href: "#menu" }, { label: "Sandwiches", href: "#menu" }] }, { title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Team", href: "#" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] } -- 2.49.1 From 36c1ca6eaa271b37226a56b255a62f413785bcb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 10:12:13 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 446a0d3..36db16d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -51,7 +51,7 @@ function ShopPageContent() { }; const footerProps = { - imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg", imageAlt: "Roasted coffee beans in a wooden scoop", columns: [ + imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg?_wi=4", imageAlt: "Roasted coffee beans in a wooden scoop", columns: [ { title: "Menu", items: [{ label: "Coffee", href: "#menu" }, { label: "Pastries", href: "#menu" }, { label: "Sandwiches", href: "#menu" }] }, { title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Team", href: "#" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] } -- 2.49.1