From 856de0bf650b1d3879e67a186e746053464be606 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:15:30 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ace111..3d2bc90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,19 +104,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Birria Tacos", price: "$6.50", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Birria tacos with crispy tortilla and dipping consommé" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg?_wi=1", imageAlt: "Birria tacos with crispy tortilla and dipping consommé" }, { id: "2", brand: "Signature", name: "Carne Asada", price: "$5.50", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg", imageAlt: "Char-grilled steak tacos with onions and cilantro" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg?_wi=1", imageAlt: "Char-grilled steak tacos with onions and cilantro" }, { id: "3", brand: "Signature", name: "Al Pastor", price: "$5.00", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/burritos_23-2148024799.jpg", imageAlt: "Marinated pork tacos with pineapple and salsa" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/burritos_23-2148024799.jpg?_wi=1", imageAlt: "Marinated pork tacos with pineapple and salsa" }, { id: "4", brand: "Premium", name: "Quesabirria", price: "$7.00", rating: 5, - reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-red-tomatoes-dark-background-tomato-soup-dish-sauce-meal_140725-96777.jpg", imageAlt: "Cheese-crusted taco served with rich dipping broth" + reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-red-tomatoes-dark-background-tomato-soup-dish-sauce-meal_140725-96777.jpg?_wi=1", imageAlt: "Cheese-crusted taco served with rich dipping broth" } ]} buttons={[{ text: "See Full Menu", href: "/products" }]} -- 2.49.1 From 4250c944913520e8d2de17dcb3ed65556b6712ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:15:30 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1fc96ff..3dc5881 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -68,19 +68,19 @@ export default function ProductsPage() { products={[ { id: "1", brand: "Signature", name: "Birria Tacos", price: "$6.50", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Birria tacos with crispy tortilla and dipping consommé" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg?_wi=2", imageAlt: "Birria tacos with crispy tortilla and dipping consommé" }, { id: "2", brand: "Signature", name: "Carne Asada", price: "$5.50", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg", imageAlt: "Char-grilled steak tacos with onions and cilantro" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg?_wi=2", imageAlt: "Char-grilled steak tacos with onions and cilantro" }, { id: "3", brand: "Signature", name: "Al Pastor", price: "$5.00", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/burritos_23-2148024799.jpg", imageAlt: "Marinated pork tacos with pineapple and salsa" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/burritos_23-2148024799.jpg?_wi=2", imageAlt: "Marinated pork tacos with pineapple and salsa" }, { id: "4", brand: "Premium", name: "Quesabirria", price: "$7.00", rating: 5, - reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-red-tomatoes-dark-background-tomato-soup-dish-sauce-meal_140725-96777.jpg", imageAlt: "Cheese-crusted taco served with rich dipping broth" + reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-red-tomatoes-dark-background-tomato-soup-dish-sauce-meal_140725-96777.jpg?_wi=2", imageAlt: "Cheese-crusted taco served with rich dipping broth" } ]} buttons={[{ text: "Explore More", href: "#" }]} -- 2.49.1