diff --git a/src/app/page.tsx b/src/app/page.tsx index 8effbff..4e6047f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-cutlet-with-katsu-sauce-with-white-rice-broccoli-stone-table_127032-3538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-cutlet-with-katsu-sauce-with-white-rice-broccoli-stone-table_127032-3538.jpg?_wi=1", imageAlt: "Crispy Chicken Tenders", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg?_wi=1", imageAlt: "Friends Eating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19564.jpg?_wi=1", imageAlt: "Cane's Sauce Drip", }, ]} @@ -232,7 +232,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-cutlet-with-katsu-sauce-with-white-rice-broccoli-stone-table_127032-3538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-cutlet-with-katsu-sauce-with-white-rice-broccoli-stone-table_127032-3538.jpg?_wi=2", imageAlt: "chill hangout atmosphere vibe", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg?_wi=2", imageAlt: "chill hangout atmosphere vibe", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-lollipops-from-natural-ingredients_169016-19564.jpg?_wi=2", imageAlt: "chill hangout atmosphere vibe", }, ]}