From 5fd22374d9b896e9d54a09a6252f950edf4ae724 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:07:08 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8047806..0c46d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Local Favorite" tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2" imageAlt="Fresh colorful restaurant food platter" buttons={[ { text: "View Menu", href: "/products" }, -- 2.49.1 From 0585f5a3e1809bd14885481d18ccb5dc9c4d85ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:07:08 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1b498c7..81ffc2a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -47,7 +47,7 @@ export default function ProductsPage() { background={{ variant: "sparkles-gradient" }} tag="Full Menu" tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=1" imageAlt="Complete menu selection" buttons={[ { text: "Back to Home", href: "/" }, -- 2.49.1