From 90a69b4895bda2fc877ddc2475650f541d753541 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 08:10:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 127dbdf..dda56cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317306.jpg", @@ -143,19 +143,19 @@ export default function LandingPage() { id: "1", name: "Signature Wagyu Tacos", price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=1", }, { id: "2", name: "Artisan Burrito Bowl", price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/frame-traditional-mexican-food_23-2148181599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frame-traditional-mexican-food_23-2148181599.jpg?_wi=1", }, { id: "3", name: "Oaxacan Mole Negro", price: "$34", - imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg?_wi=1", }, { id: "4", @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "The mole is to die for!", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { quote: "I love the attention to detail here.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216161.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -294,7 +294,7 @@ export default function LandingPage() { quote: "Incredible menu, can't wait to return.", tag: "Innovative", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2147680640.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/frame-traditional-mexican-food_23-2148181599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frame-traditional-mexican-food_23-2148181599.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { quote: "Consistently amazing every visit.", tag: "Exceptional", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24361.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-tomato-sauce-side-view_141793-4517.jpg?_wi=2", imageAlt: "happy diner restaurant interior", }, ]} -- 2.49.1