diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3df40..39de335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535325.jpg?_wi=1", imageAlt: "Authentic Mexican street tacos vibrant", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { price: "$9.99", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-bowl-vegetable-salad-right-side-with-bowls-vegetables-side-dark-green-background_140725-133551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-bowl-vegetable-salad-right-side-with-bowls-vegetables-side-dark-green-background_140725-133551.jpg?_wi=1", imageAlt: "Fresh mexican guacamole close up", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { title: "Traditional Recipes", description: "Authentic flavors handed down through generations.", tag: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535325.jpg?_wi=2", imageAlt: "mexican restaurant cozy interior mexican", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { title: "Great Atmosphere", description: "Perfect for family dinners and gatherings.", tag: "Vibe", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-bowl-vegetable-salad-right-side-with-bowls-vegetables-side-dark-green-background_140725-133551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-bowl-vegetable-salad-right-side-with-bowls-vegetables-side-dark-green-background_140725-133551.jpg?_wi=2", imageAlt: "mexican restaurant cozy interior mexican", }, ]}