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" }, 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: "/" },