Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 00:01:04 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Order Online", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg?_wi=1"
imageAlt="EL CHARRITOS signature tacos"
mediaAnimation="slide-up"
/>
@@ -82,11 +82,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "01", title: "Signature Birria Tacos", description: "Slow-simmered birria with crispy corn tortillas, fresh lime, and our secret consomé. The flavor is unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Signature birria tacos"},
id: "01", title: "Signature Birria Tacos", description: "Slow-simmered birria with crispy corn tortillas, fresh lime, and our secret consomé. The flavor is unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg?_wi=2", imageAlt: "Signature birria tacos"},
{
id: "02", title: "Premium Carne Asada Plate", description: "Grilled to perfection with charred edges and smoky depth. Served with rice, beans, and warm tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23123.jpg", imageAlt: "Premium carne asada plate"},
id: "02", title: "Premium Carne Asada Plate", description: "Grilled to perfection with charred edges and smoky depth. Served with rice, beans, and warm tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23123.jpg?_wi=1", imageAlt: "Premium carne asada plate"},
{
id: "03", title: "Street-Style Tacos", description: "Authentic street tacos with your choice of al pastor, pollo, or carnitas. Simple, bold, unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg", imageAlt: "Street-style tacos"},
id: "03", title: "Street-Style Tacos", description: "Authentic street tacos with your choice of al pastor, pollo, or carnitas. Simple, bold, unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg?_wi=1", imageAlt: "Street-style tacos"},
{
id: "04", title: "House Margaritas", description: "Hand-shaken with premium tequila, fresh lime juice, and a hint of agave. Pure perfection in a glass.", imageSrc: "http://img.b2bpic.net/free-photo/margarita_74190-1343.jpg", imageAlt: "House margaritas"},
]}
@@ -111,13 +111,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "EL CHARRITOS", name: "Birria Tacos (3pc)", price: "$12.99", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Birria tacos"},
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg?_wi=3", imageAlt: "Birria tacos"},
{
id: "2", brand: "EL CHARRITOS", name: "Carne Asada Plate", price: "$18.99", rating: 5,
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23123.jpg", imageAlt: "Carne asada plate"},
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-placed-black-dish_1150-23123.jpg?_wi=2", imageAlt: "Carne asada plate"},
{
id: "3", brand: "EL CHARRITOS", name: "Al Pastor Tacos (3pc)", price: "$11.99", rating: 5,
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg", imageAlt: "Al pastor tacos"},
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg?_wi=2", imageAlt: "Al pastor tacos"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"