From b18d593474a0bd47047a31b71614b0d81d59c0c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:26:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae8b624..18d2d97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandingPage() { tag="Taste the Adventure" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=1", imageAlt: "Gourmet American Burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg?_wi=1", imageAlt: "Crispy Golden Fries", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { "Our house-made wild sauce", "Flavor you won't find elsewhere.", ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=2", imageAlt: "Front view burgers with pickles", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { "Prepared to order", "Ready for dine-in or take-out.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694987.jpg?_wi=2", imageAlt: "Front view burgers with pickles", }, ]} -- 2.49.1