Update src/app/page.tsx
This commit is contained in:
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
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={[
|
||||
@@ -90,19 +90,19 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user