From be51c43e061457448af7c6cbfa67bb95e6e6f02e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:01:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 46 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de31ce9..ebac069 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { @@ -78,8 +69,8 @@ export default function LandingPage() { @@ -91,28 +82,28 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { 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: "1", name: "Tacos de Ternera", price: "12€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png", 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" }, + { id: "4", name: "Quesadillas", 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 y 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: "Postre Especial Morrelli", price: "6€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png", imageAlt: "Postre artesanal" }, ]} - title="Nuestra Selección Estrella" - description="Desde nuestras carnes cocinadas lentamente hasta el queso fundido, descubre nuestra selección artesanal diseñada para disfrutar." + title="Nuestra carta: un viaje de sabores" + description="Desde nuestras carnes cocinadas a fuego lento hasta nuestros postres caseros, todo está diseñado para que disfrutes de una experiencia única." />
@@ -125,11 +116,9 @@ export default function LandingPage() { { id: "ts1", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg" }, { id: "ts2", name: "Julia P.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-ornament-heart-plate-fork_23-2148010113.jpg" }, { id: "ts3", name: "Robert D.", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg" }, - { id: "ts4", name: "Monica T.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, - { id: "ts5", name: "Kevin G.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg" }, ]} cardTitle="Lo que dicen nuestros clientes" - cardTag="La confianza de nuestros vecinos" + cardTag="Gracias por vuestra confianza" cardAnimation="blur-reveal" />
@@ -141,11 +130,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { 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" }, + { id: "m2", icon: Utensils, title: "Platos servidos", value: "50K+" }, + { id: "m3", icon: Clock, title: "Años de tradición", value: "10 años" }, ]} - title="Nuestra Trayectoria" - description="Calidad, frescura y compromiso desde el primer día." + title="Nuestra huella en la ciudad" + description="Comprometidos con la calidad y la autenticidad desde el primer día." /> @@ -154,12 +143,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { 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." }, + { id: "f1", title: "¿Ofrecéis catering para eventos?", content: "¡Sin duda! Nos adaptamos a cualquier celebración, ya sea un evento privado o una reunión de empresa." }, + { id: "f2", title: "¿Disponéis de opciones sin gluten o veganas?", content: "Sí, en nuestra carta tenemos varias propuestas pensadas para que nadie se quede con hambre." }, + { id: "f3", title: "¿Es recomendable reservar mesa?", content: "Sobre todo los fines de semana sí, para asegurar que tengáis vuestro sitio y podáis disfrutar tranquilos." }, ]} - title="Preguntas Frecuentes" - description="¿Alguna duda sobre nuestra carta o servicios? Aquí te respondemos." + title="¿Tienes alguna pregunta?" + description="Resolvemos tus dudas sobre nuestra carta o reservas." faqsAnimation="slide-up" /> @@ -169,8 +158,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="¡Te esperamos!" - title="¿Tienes antojo de algo auténtico?" - description="Haz tu reserva hoy mismo o pide a domicilio para disfrutar del mejor Tex-Mex sin salir de casa." + title="¿Con antojo de auténtico Tex-Mex?" + description="Reserva tu mesa ahora o pide a domicilio para disfrutar del mejor sabor sin moverte de casa." buttons={[ { text: "Reservar Mesa", href: "#" }, { text: "Pedir a Domicilio", href: "#" }, @@ -190,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file