diff --git a/src/app/page.tsx b/src/app/page.tsx index e79adb4..de31ce9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() { @@ -118,37 +91,28 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", name: "Street Beef Tacos", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-dish_23-2150777659.jpg", imageAlt: "beef tacos plate gourmet"}, - { - id: "2", name: "Burrito Bowl", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-meat-vegetables-top-view_23-2148750447.jpg", imageAlt: "burrito bowl fresh ingredients"}, - { - id: "3", name: "Classic Queso Nachos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/garnished-tasty-mexican-nachos-plate-with-mexican-hat-table_23-2148042528.jpg", imageAlt: "cheesy nachos plate jalapeños"}, - { - id: "4", name: "Grilled Quesadilla", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", imageAlt: "quesadilla grilled with salsa"}, - { - id: "5", name: "Guacamole & Chips", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/guacamole-bowl-with-mexican-nachos-wooden-cutting-board_23-2148042458.jpg", imageAlt: "guacamole and tortilla chips"}, - { - id: "6", name: "Cinnamon Churros", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-chocolate-cup-with-churros_23-2148379676.jpg", imageAlt: "churros dessert chocolate sauce"}, + { id: "1", name: "Tacos de Ternera", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-dish_23-2150777659.jpg", imageAlt: "Tacos de ternera gourmet" }, + { id: "2", name: "Burrito Bowl", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-meat-vegetables-top-view_23-2148750447.jpg", imageAlt: "Burrito bowl fresco" }, + { id: "3", name: "Nachos con Queso", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/garnished-tasty-mexican-nachos-plate-with-mexican-hat-table_23-2148042528.jpg", imageAlt: "Nachos con queso fundido" }, + { id: "4", name: "Quesadillas a la Parrilla", price: "13€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", imageAlt: "Quesadilla con salsa" }, + { id: "5", name: "Guacamole & Totopos", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/guacamole-bowl-with-mexican-nachos-wooden-cutting-board_23-2148042458.jpg", imageAlt: "Guacamole y chips" }, + { id: "6", name: "Churros con Chocolate", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-chocolate-cup-with-churros_23-2148379676.jpg", imageAlt: "Churros caseros" }, ]} - title="Our Signature Menu" - description="From slow-cooked carnitas to our famous queso dip, explore our hand-crafted menu." + title="Nuestra Selección Estrella" + description="Desde nuestras carnes cocinadas lentamente hasta el queso fundido, descubre nuestra selección artesanal diseñada para disfrutar." />
@@ -158,19 +122,14 @@ export default function LandingPage() {
@@ -181,18 +140,12 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: Star, - title: "5-Star Reviews", value: "1.5K+"}, - { - id: "m2", icon: Utensils, - title: "Plates Served", value: "50K+"}, - { - id: "m3", icon: Clock, - title: "Local Favorite", value: "10 Yrs"}, + { id: "m1", icon: Star, title: "Opiniones 5 Estrellas", value: "1.5K+" }, + { id: "m2", icon: Utensils, title: "Platos Servidos", value: "50K+" }, + { id: "m3", icon: Clock, title: "Años de Tradición", value: "10 Años" }, ]} - title="Our Impact" - description="Serving fresh flavors since day one." + title="Nuestra Trayectoria" + description="Calidad, frescura y compromiso desde el primer día." /> @@ -201,15 +154,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do you offer catering?", content: "Yes, we cater for events large and small."}, - { - id: "f2", title: "Do you have vegan options?", content: "Absolutely, we have dedicated plant-based dishes."}, - { - id: "f3", title: "Are reservations required?", content: "Recommended for weekend dinners but not required."}, + { id: "f1", title: "¿Realizáis catering para eventos?", content: "¡Por supuesto! Nos adaptamos a cualquier tipo de evento, desde reuniones pequeñas hasta grandes celebraciones." }, + { id: "f2", title: "¿Tenéis opciones veganas o vegetarianas?", content: "Sí, contamos con una cuidada selección de platos diseñados para todos los gustos." }, + { id: "f3", title: "¿Es necesaria la reserva?", content: "Siempre es recomendable, especialmente los fines de semana, aunque intentaremos atenderte siempre que podamos." }, ]} - title="Commonly Asked" - description="Have questions about our menu or catering?" + title="Preguntas Frecuentes" + description="¿Alguna duda sobre nuestra carta o servicios? Aquí te respondemos." faqsAnimation="slide-up" /> @@ -217,14 +167,13 @@ export default function LandingPage() {
@@ -232,22 +181,8 @@ export default function LandingPage() {