From 0d22b8610c8d6f4b21b0469894f9b4e59bcc3310 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:06:07 +0000 Subject: [PATCH] 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 768e48b..8e36fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"}, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"} + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=1", imageAlt: "Classic smashed beef burger"} ]} mediaAnimation="slide-up" rating={5} @@ -66,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"}, + id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=2"}, { id: "2", name: "Moe’s Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"}, {