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", }, ]}