Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-09 17:15:35 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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" }]}

View File

@@ -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: "#" }]}