From 91a1bb50c56bcc3427f2d43f45410c2d03ffae8e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:24:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c451f2..2501e19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048046.jpg", @@ -170,37 +170,37 @@ export default function LandingPage() { id: "p1", name: "Birria Tacos", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=2", }, { id: "p2", name: "Quesabirria", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=3", }, { id: "p3", name: "Birria Ramen", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=4", }, { id: "p4", name: "Churros", price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=5", }, { id: "p5", name: "Consommé Dip", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=6", }, { id: "p6", name: "Horchata", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg?_wi=7", }, ]} title="Menu Highlights" -- 2.49.1