From 399d2b7653508973e7fbc4c7c3318fa1c4fe17c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:23:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbbb0fa..aa98bb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-with-avocado-guacamole_23-2148224171.jpg", imageAlt: "Authentic Mexican guacamole and fresh ingredients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/four-shrimp-tacos-with-red-onion-tomato-cilantro-lime-wedges-plate_9975-124467.jpg", imageAlt: "Fresh shrimp tacos with cilantro and house salsa"}, + imageSrc: "http://img.b2bpic.net/free-photo/four-shrimp-tacos-with-red-onion-tomato-cilantro-lime-wedges-plate_9975-124467.jpg?_wi=1", imageAlt: "Fresh shrimp tacos with cilantro and house salsa"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg", imageAlt: "Carne asada quesadilla with melted cheese"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg?_wi=1", imageAlt: "Carne asada quesadilla with melted cheese"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-burrito-with-rice_1147-393.jpg", imageAlt: "California burrito loaded with steak and fresh toppings"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-burrito-with-rice_1147-393.jpg?_wi=1", imageAlt: "California burrito loaded with steak and fresh toppings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg", imageAlt: "Sizzling fajitas with steak and tortillas"}, + imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg?_wi=1", imageAlt: "Sizzling fajitas with steak and tortillas"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-colorful-sweet-jelly-desserts-cookie-plates_181624-44777.jpg", imageAlt: "Beautiful colorful restaurant atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-colorful-sweet-jelly-desserts-cookie-plates_181624-44777.jpg?_wi=1", imageAlt: "Beautiful colorful restaurant atmosphere"}, ]} /> @@ -71,17 +71,17 @@ export default function LandingPage() {