Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 01:53:08 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
background={{ variant: "aurora" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg", imageAlt: "Sizzling carne asada on the grill"},
imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg?_wi=1", imageAlt: "Sizzling carne asada on the grill"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg", imageAlt: "Warm restaurant interior with family dining"},
imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg?_wi=1", imageAlt: "Warm restaurant interior with family dining"},
{
imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg", imageAlt: "Fresh homemade tacos with vibrant toppings"},
imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg?_wi=1", imageAlt: "Fresh homemade tacos with vibrant toppings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg", imageAlt: "Chef preparing traditional Mexican dishes"},
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg?_wi=1", imageAlt: "Chef preparing traditional Mexican dishes"},
]}
buttons={[
{ text: "Order Online Now", href: "contact" },
@@ -85,16 +85,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Homemade Fresh Daily", description: "Every salsa, mole, and sauce is prepared fresh each morning using recipes passed down for three generations. No shortcuts, no preservatives—just authentic family tradition.", imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg"},
title: "Homemade Fresh Daily", description: "Every salsa, mole, and sauce is prepared fresh each morning using recipes passed down for three generations. No shortcuts, no preservatives—just authentic family tradition.", imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg?_wi=2"},
{
id: 2,
title: "Premium Local Ingredients", description: "We source carne asada, fresh produce, and spices directly from trusted local suppliers. Quality ingredients are the foundation of exceptional flavor.", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg"},
title: "Premium Local Ingredients", description: "We source carne asada, fresh produce, and spices directly from trusted local suppliers. Quality ingredients are the foundation of exceptional flavor.", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg?_wi=2"},
{
id: 3,
title: "Traditional Cooking Methods", description: "Our open kitchen showcases traditional grilling, stone-grinding, and slow-cooking techniques that bring out authentic flavors impossible to replicate any other way.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg"},
title: "Traditional Cooking Methods", description: "Our open kitchen showcases traditional grilling, stone-grinding, and slow-cooking techniques that bring out authentic flavors impossible to replicate any other way.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg?_wi=2"},
{
id: 4,
title: "Community-Focused Service", description: "We're not just a restaurant—we're a gathering place for the Los Angeles community. Every guest is treated like family, and we remember your favorite order.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg"},
title: "Community-Focused Service", description: "We're not just a restaurant—we're a gathering place for the Los Angeles community. Every guest is treated like family, and we remember your favorite order.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg?_wi=2"},
]}
textboxLayout="default"
useInvertedBackground={false}