diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c1be00..f056d56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "The best tacos I've ever had! Truly authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg?_wi=1", imageAlt: "authentic mexican restaurant food table", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@markwilson", testimonial: "A must-visit for anyone craving authentic Mexican food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg?_wi=1", imageAlt: "gourmet mexican taco dish served", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@emilydavis", testimonial: "Great variety and every single dish was flavorful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=1", imageAlt: "fresh mexican salad with lime", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@robertb", testimonial: "Authentic, fresh, and delicious. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=1", imageAlt: "mexican churros with chocolate dessert", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -170,19 +170,19 @@ export default function LandingPage() { id: "1", name: "Taco Fiesta Platter", price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg?_wi=2", }, { id: "2", name: "Sizzling Steak Fajitas", price: "$22.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=2", }, { id: "3", name: "Tres Leches Delight", price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=2", }, { id: "4", @@ -220,7 +220,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Best Mexican food in the area! The service is always impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg?_wi=1", }, { id: "2", @@ -252,7 +252,7 @@ export default function LandingPage() { handle: "@lauram", testimonial: "Such a welcoming place. Perfect for families and friends.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg?_wi=2", }, ]} showRating={true}