Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 20:51:48 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,11 +61,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Flour Tortilla Costras", description: "Crispy, loaded with real meat, cheese, and flavor that hits different.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Costra Campechana"},
title: "Flour Tortilla Costras", description: "Crispy, loaded with real meat, cheese, and flavor that hits different.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg?_wi=1", imageAlt: "Costra Campechana"},
{
title: "Micheladas They Talk About", description: "Cold beer, lime, spice, and sauce that makes every sip legendary.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-michelada-beverage-arrangement_23-2149027838.jpg", imageAlt: "Micheladas and gomichelas"},
{
title: "Papas Güeras (Addictive)", description: "Golden fries loaded with cheese, ribs, and spice. You'll order twice.", imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food_23-2147740718.jpg", imageAlt: "Papas güeras loaded fries"},
title: "Papas Güeras (Addictive)", description: "Golden fries loaded with cheese, ribs, and spice. You'll order twice.", imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food_23-2147740718.jpg?_wi=1", imageAlt: "Papas güeras loaded fries"},
{
title: "Music & Lights", description: "As the sun goes down, the energy goes up. This is where lunch becomes night.", imageSrc: "http://img.b2bpic.net/free-photo/people-jumping-raising-hands-club_482257-79316.jpg", imageAlt: "Alto Taco nightlife atmosphere"},
]}
@@ -85,10 +85,10 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "ALTO TACO", name: "Costra Campechana", price: "$45 MXN", rating: 5,
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Costra Campechana taco"},
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg?_wi=2", imageAlt: "Costra Campechana taco"},
{
id: "2", brand: "ALTO TACO", name: "Papas Güeras", price: "$65 MXN", rating: 5,
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food_23-2147740718.jpg", imageAlt: "Papas güeras loaded fries"},
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food_23-2147740718.jpg?_wi=2", imageAlt: "Papas güeras loaded fries"},
{
id: "3", brand: "ALTO TACO", name: "Taco Combo (3 tacos)", price: "$120 MXN", rating: 5,
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799475.jpg", imageAlt: "Assorted taco platter"},