diff --git a/src/app/page.tsx b/src/app/page.tsx index e2dbd19..0f435ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", imageAlt: "Crispy Chicken"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=1", imageAlt: "Crispy Chicken"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291739.jpg", imageAlt: "Juicy Chicken"}, { @@ -145,7 +145,7 @@ export default function LandingPage() { "12 Pieces", "Large Fries", "Drinks"], button: { text: "Select"}, - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", imageAlt: "chicken nuggets with french fries and human hand in fly"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=2", imageAlt: "chicken nuggets with french fries and human hand in fly"}, ]} />