From fa33b970ba94c810caa90edc0e3035d8ee36a21a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:31:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c462ad2..7c9c5d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1" imageAlt="Tio Pedro Restaurant Interior" /> @@ -90,21 +90,21 @@ export default function LandingPage() { name: "Street Tacos", price: "$12.00", variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg?_wi=1", }, { id: "p2", name: "Signature Enchiladas", price: "$15.00", variant: "Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=1", }, { id: "p3", name: "Nachos Supreme", price: "$10.00", variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg?_wi=1", }, { id: "p4", @@ -160,7 +160,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=2", imageAlt: "fresh authentic restaurant ingredients", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=1", imageAlt: "fresh authentic restaurant ingredients", }, ]} @@ -206,7 +206,7 @@ export default function LandingPage() { quote: "Best street tacos I have had in Texas!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=3", imageAlt: "happy diner portrait smiling", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { quote: "Tio Pedro makes you feel like family.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=2", imageAlt: "happy diner portrait smiling", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { quote: "Reminds me of my abuela's cooking.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg?_wi=2", imageAlt: "happy diner portrait smiling", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "The enchiladas are to die for.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=2", imageAlt: "happy diner portrait smiling", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Always fresh, always fast.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-pointing-her-smile_1187-4076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg?_wi=2", imageAlt: "happy diner portrait smiling", }, ]} -- 2.49.1