From f6c875c12289aae59cd015f85e3f0a9bdb926a13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 05:07:23 +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 bd23266..43fa082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { href: "#catering", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-tacos-with-vegetables-meat_23-2148750432.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-tacos-with-vegetables-meat_23-2148750432.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -149,37 +149,37 @@ export default function LandingPage() { id: "1", name: "Al Pastor", price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=1", }, { id: "2", name: "Cabeza", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=2", }, { id: "3", name: "Tripe", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=3", }, { id: "4", name: "Steak", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=4", }, { id: "5", name: "Pig's Feet", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=5", }, { id: "6", name: "Handmade Salsas", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-meat-veggies-mexican-taco_23-2148329049.jpg?_wi=6", }, ]} title="Our Signature Menu" @@ -197,21 +197,21 @@ export default function LandingPage() { title: "Cebada", subtitle: "Traditional Refreshment", description: "Our signature drink made following a generational recipe.", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg?_wi=1", }, { tag: "Classic", title: "Agua Fresca", subtitle: "Daily Freshness", description: "Made with seasonal fruits for that perfect natural sweetness.", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg?_wi=2", }, { tag: "Essential", title: "Horchata", subtitle: "Creamy & Sweet", description: "Smooth, cinnamon-infused traditional delight.", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-glass-cold-beer-marble-surface-high-quality-photo_114579-67295.jpg?_wi=3", }, ]} title="Authentic Beverages" @@ -311,7 +311,7 @@ export default function LandingPage() {