From 8c582c9db8d41246e8a18b74963b1b529fd28b03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:41:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f99ca32..82d2f8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,29 +87,29 @@ export default function LandingPage() { { title: "Carnitas Tacos", description: "Slow-cooked pork carnitas, tender and flavorful, served on fresh tortillas with your choice of toppings.", icon: Utensils, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Carnitas tacos plated" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh homemade salsa" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=1", imageAlt: "Carnitas tacos plated" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=1", imageAlt: "Fresh homemade salsa" } ] }, { title: "Breakfast Chilaquiles", description: "Crispy tortilla strips with your choice of salsa, topped with eggs, cheese, and avocado. A true Mexican breakfast classic.", icon: Egg, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pastries-with-dried-pineapple-rings-kiwis-grey-space_140725-75785.jpg", imageAlt: "Breakfast chilaquiles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh salsa topping" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=2", imageAlt: "Fresh salsa topping" } ] }, { title: "Burritos & Plates", description: "Generous portions of your favorite fillings wrapped fresh to order. Made with love, served warm, every time.", icon: Leaf, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemon-slices-greens-black_140725-104401.jpg", imageAlt: "Traditional burritos" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Plated burrito filling" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=2", imageAlt: "Plated burrito filling" } ] }, { title: "Fresh Daily Salsa", description: "Made fresh every morning with the finest ingredients. Our signature salsa verde is what customers keep coming back for.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg", imageAlt: "Fresh homemade salsa" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Salsa served with tacos" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-meat-slices-with-sliced-pepper-salad-white-surface_140725-61657.jpg?_wi=3", imageAlt: "Fresh homemade salsa" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=3", imageAlt: "Salsa served with tacos" } ] } ]} -- 2.49.1