From 776aed471f56d77430f9f88fa6c028b750881411 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 14:49:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++++++-------------------------------- 1 file changed, 53 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d7cc81..824fef5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,58 +31,34 @@ export default function LandingPage() {
@@ -90,18 +66,15 @@ export default function LandingPage() {
@@ -112,15 +85,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Signature Paella", description: "Authentic recipe with fresh seafood and traditional spices.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-dinner-background-with-bunch-green-oil-bottle-garlic-ketchup_140725-92010.jpg", imageAlt: "delicious traditional paella plate"}, - { - title: "Tender Codillo", description: "Slow-cooked pork shank, prepared to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-cheese-table_140725-4711.jpg", imageAlt: "slow cooked pork codillo dish"}, - { - title: "Classic Tapas", description: "A variety of local favorites to share with friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dipping-french-fry-into-ketchup-restaurant_140725-10811.jpg", imageAlt: "crispy french fries tapas style"}, + { title: "Paella de la Casa", description: "Receta auténtica con mariscos frescos y especias tradicionales.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-dinner-background-with-bunch-green-oil-bottle-garlic-ketchup_140725-92010.jpg", imageAlt: "delicioso plato de paella tradicional" }, + { title: "Codillo Tierno", description: "Codillo de cerdo cocinado a fuego lento, preparado a la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-cheese-table_140725-4711.jpg", imageAlt: "plato de codillo de cerdo cocinado a fuego lento" }, + { title: "Tapas Clásicas", description: "Una variedad de favoritos locales para compartir con amigos y familia.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dipping-french-fry-into-ketchup-restaurant_140725-10811.jpg", imageAlt: "tapas de patatas fritas estilo casero" }, ]} - title="Menu Highlights" - description="Taste the traditional dishes our guests love the most." + title="Menú Destacado" + description="Prueba los platos tradicionales que más gustan a nuestros clientes." />
@@ -130,18 +100,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", icon: Users, - title: "Daily Visitors", value: "200+"}, - { - id: "m2", icon: Coffee, - title: "Daily Menus", value: "15+"}, - { - id: "m3", icon: Award, - title: "Years Experience", value: "10+"}, + { id: "m1", icon: Users, title: "Visitantes Diarios", value: "200+" }, + { id: "m2", icon: Coffee, title: "Menús del Día", value: "15+" }, + { id: "m3", icon: Award, title: "Años de Experiencia", value: "10+" }, ]} - title="Why Locals Love Us" - description="Consistency, variety, and heart in every meal." + title="Por qué nos quieren los locales" + description="Consistencia, variedad y corazón en cada comida." /> @@ -152,24 +116,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sirey Diaz", role: "Regular", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"}, - { - id: "2", name: "Francisco Lopez", role: "Guide", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg"}, - { - id: "3", name: "Tom Brenna", role: "Tourist", company: "Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg"}, - { - id: "4", name: "Maria Garcia", role: "Regular", company: "Madrid", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19905.jpg"}, - { - id: "5", name: "Juan Perez", role: "Regular", company: "Fuencarral", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg"}, + { id: "1", name: "Sirey Diaz", role: "Cliente Habitual", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" }, + { id: "2", name: "Francisco Lopez", role: "Guía", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg" }, + { id: "3", name: "Tom Brenna", role: "Turista", company: "Visitante", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg" }, + { id: "4", name: "Maria Garcia", role: "Cliente Habitual", company: "Madrid", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19905.jpg" }, + { id: "5", name: "Juan Perez", role: "Cliente Habitual", company: "Fuencarral", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg" }, ]} - title="Guest Reviews" - description="What our patrons say about their experience." + title="Reseñas de Clientes" + description="Lo que nuestros comensales dicen sobre su experiencia." /> @@ -178,18 +132,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", title: "Do I need a reservation?", content: "We recommend it during peak times, but walk-ins are always welcome."}, - { - id: "f2", title: "Is there outdoor seating?", content: "Yes, we have a pleasant outdoor area available."}, - { - id: "f3", title: "Are you open on weekends?", content: "We are open daily to serve you our best."}, + { id: "f1", title: "¿Necesito reservar mesa?", content: "Lo recomendamos en horas punta, pero siempre aceptamos clientes sin reserva." }, + { id: "f2", title: "¿Tienen terraza?", content: "Sí, disponemos de una agradable zona exterior." }, + { id: "f3", title: "¿Abren los fines de semana?", content: "Estamos abiertos a diario para servirte lo mejor de nuestra cocina." }, ]} - title="Common Questions" - description="Everything you need to know before visiting El Reencuentro." + title="Preguntas Frecuentes" + description="Todo lo que necesitas saber antes de visitar El Reencuentro." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg" - imageAlt="Minimalist and spacious interior design" + imageAlt="Diseño de interiores espacioso y minimalista" mediaAnimation="slide-up" /> @@ -197,14 +148,12 @@ export default function LandingPage() {
@@ -212,28 +161,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1