diff --git a/src/app/page.tsx b/src/app/page.tsx index bc29be4..84037c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#shop", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-grill-with-french-fries-wooden-board_140725-9655.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-grill-with-french-fries-wooden-board_140725-9655.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Hot Food Takeout", description: "Curried chicken, jerk platters, doubles — ready when you are.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-grilled-meat-white-background-burger-sandwich-meal-food_140725-80408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-grilled-meat-white-background-burger-sandwich-meal-food_140725-80408.jpg?_wi=1", }, items: [ { @@ -150,14 +150,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-grill-with-french-fries-wooden-board_140725-9655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-grill-with-french-fries-wooden-board_140725-9655.jpg?_wi=2", imageAlt: "steaming caribbean food platter jerk chicken", }, { title: "Caribbean Groceries", description: "Dried beans, seasonings, hard-to-find imports.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/organic-tomatoes-local-market_482257-76134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-tomatoes-local-market_482257-76134.jpg?_wi=1", }, items: [ { @@ -174,7 +174,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-grilled-meat-white-background-burger-sandwich-meal-food_140725-80408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-grilled-meat-white-background-burger-sandwich-meal-food_140725-80408.jpg?_wi=2", imageAlt: "curried chicken with paratha roti plate", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/organic-tomatoes-local-market_482257-76134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-tomatoes-local-market_482257-76134.jpg?_wi=2", imageAlt: "glass jars of dried beans and spices", }, ]}