diff --git a/src/app/page.tsx b/src/app/page.tsx index d7322a3..5cd02fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=1", imageAlt: "Delicious gourmet sub sandwich", }, { - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=1", imageAlt: "Fresh vibrant salad bowl", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg?_wi=1", imageAlt: "gourmet italian sub sandwich fresh", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=2", imageAlt: "gourmet italian sub sandwich fresh", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=2", imageAlt: "gourmet italian sub sandwich fresh", }, ]} @@ -331,7 +331,7 @@ export default function LandingPage() { button: { text: "Order Lunch", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwich-with-cucumbers-salmon-plate-with-blank-rectangle_23-2148749124.jpg?_wi=2", imageAlt: "Parkway Subs & Salads logo professional", }, { @@ -348,7 +348,7 @@ export default function LandingPage() { button: { text: "Order Family Feast", }, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=3", imageAlt: "Parkway Subs & Salads logo professional", }, { @@ -365,7 +365,7 @@ export default function LandingPage() { button: { text: "Get a Quote", }, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=3", imageAlt: "Parkway Subs & Salads logo professional", }, ]}