diff --git a/src/app/page.tsx b/src/app/page.tsx index 193d3cf..7967459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,19 +69,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg?_wi=1", imageAlt: "Street Tacos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg?_wi=1", imageAlt: "Ground Beef Tacos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-including-pepper-cucumber-tomato-bowl-with-basket-breads-avocado-yellow-bell-pepper-white-surface_141793-13824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-including-pepper-cucumber-tomato-bowl-with-basket-breads-avocado-yellow-bell-pepper-white-surface_141793-13824.jpg?_wi=1", imageAlt: "Fajita Salad", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lavash-with-grilled-vegetables-inside-white-plate-with-mayonnaise_114579-3512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lavash-with-grilled-vegetables-inside-white-plate-with-mayonnaise_114579-3512.jpg?_wi=1", imageAlt: "Chimichanga", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { id: "p4", name: "House Horchata", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-eggnog-with-cinnamon-wooden-table-typical-christmas-dessert_123827-27064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-eggnog-with-cinnamon-wooden-table-typical-christmas-dessert_123827-27064.jpg?_wi=1", }, { id: "p5", @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "Service was fast, and the food was incredible. Pure shock in the best way!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg?_wi=2", imageAlt: "happy customer mexican restaurant", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "My little boy challenged me nothing is better than McDonald's… Wrong! Check this place.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg?_wi=2", imageAlt: "happy customer mexican restaurant", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "After 17 years, came back and not a thing changed. Sooo good!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-indoor-portrait-young-brunette-woman-posing-city-cafeteria-enjoy-her-tasty-hot-morning-coffee_291049-795.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-including-pepper-cucumber-tomato-bowl-with-basket-breads-avocado-yellow-bell-pepper-white-surface_141793-13824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-including-pepper-cucumber-tomato-bowl-with-basket-breads-avocado-yellow-bell-pepper-white-surface_141793-13824.jpg?_wi=2", imageAlt: "happy customer mexican restaurant", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Excellent food that tasted fresh. Friendly staff and clean restaurant.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lavash-with-grilled-vegetables-inside-white-plate-with-mayonnaise_114579-3512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lavash-with-grilled-vegetables-inside-white-plate-with-mayonnaise_114579-3512.jpg?_wi=2", imageAlt: "happy customer mexican restaurant", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Everything was delicious, everyone was very happy with their whole meal.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-eggnog-with-cinnamon-wooden-table-typical-christmas-dessert_123827-27064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-eggnog-with-cinnamon-wooden-table-typical-christmas-dessert_123827-27064.jpg?_wi=2", imageAlt: "happy customer mexican restaurant", }, ]}