From a3c0ed92b74c34f16c817b92092bbcf88a4b062c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:12:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab07da0..6627bba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Very good tacos, snacks & sweets", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg?_wi=1", imageAlt: "authentic mexican street tacos", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "A great place for your cravings and everything is delicious", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=1", imageAlt: "street taco platter", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@carlosm", testimonial: "Best tacos in town, absolutely delicious!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=1", imageAlt: "mexican street snacks assortment", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The sweets are incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=1", imageAlt: "traditional mexican desserts sweets", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg", @@ -155,42 +155,42 @@ export default function LandingPage() { name: "Street Tacos", price: "$3.50", variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=2", }, { id: "2", name: "Loaded Nachos", price: "$8.99", variant: "Snack", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=2", }, { id: "3", name: "Churros", price: "$4.50", variant: "Sweet", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=2", }, { id: "4", name: "Burrito Supreme", price: "$10.50", variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=3", }, { id: "5", name: "Esquites", price: "$5.00", variant: "Snack", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=3", }, { id: "6", name: "Tres Leches Cake", price: "$6.00", variant: "Sweet", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=3", }, ]} title="Menu Highlights" @@ -264,7 +264,7 @@ export default function LandingPage() {