diff --git a/src/app/page.tsx b/src/app/page.tsx index f48899e..4bb9cb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Best tacos I had in Mexico City.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg?_wi=1", imageAlt: "delicious mexican tacos close up", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Generous, flavorful, unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg?_wi=1", imageAlt: "grilled sirloin taco plate", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@tacos", testimonial: "The birria with consomé was incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg?_wi=1", imageAlt: "birria taco with consomé dip", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@travel", testimonial: "Loved the white beans in the salsa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg?_wi=1", imageAlt: "spicy chorizo taco close up", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@taco_aficionado", testimonial: "Authentic flavors, reminds me of home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-view_23-2148750437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-view_23-2148750437.jpg?_wi=1", imageAlt: "pork taco with avocado", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg?_wi=2" /> @@ -123,7 +123,7 @@ export default function LandingPage() { price: "$45", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg?_wi=2", }, { id: "birria", @@ -132,7 +132,7 @@ export default function LandingPage() { price: "$55", rating: 5, reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg?_wi=2", }, { id: "chorizo", @@ -141,7 +141,7 @@ export default function LandingPage() { price: "$35", rating: 4, reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg?_wi=2", }, { id: "pork", @@ -150,7 +150,7 @@ export default function LandingPage() { price: "$40", rating: 5, reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-view_23-2148750437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-view_23-2148750437.jpg?_wi=2", }, ]} title="Signature Flavors" @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Best tacos I had in Mexico City!", name: "Alejandro R.", role: "Local Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-spices-while-preparing-food-kitchen_637285-3456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-spices-while-preparing-food-kitchen_637285-3456.jpg?_wi=1", }, { id: "t2", @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Found this place by accident, now I go every weekend.", name: "Sofia L.", role: "Food Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-spices-while-preparing-food-kitchen_637285-3456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-spices-while-preparing-food-kitchen_637285-3456.jpg?_wi=2", }, ]} title="Voices of the Street" @@ -243,7 +243,7 @@ export default function LandingPage() { placeholder: "Planning a visit? Let us know!", }} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg?_wi=3" />