diff --git a/src/app/page.tsx b/src/app/page.tsx index 157a370..a0d2ed4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -185,27 +101,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Expert Chefs", - description: "Internationally trained culinary artists.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg", - imageAlt: "professional chef cooking modern restaurant", - }, - { - title: "Farm to Table", - description: "Fresh, local, and sustainable ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-waldorf-salad-wooden-background-top-view_127032-3264.jpg", - imageAlt: "fresh gourmet salad dish restaurant", - }, - { - title: "Cozy Ambience", - description: "Perfect lighting for intimate gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", - imageAlt: "elegant restaurant table setting top view", - }, + { title: "Chefs Expertos", description: "Artistas culinarios formados internacionalmente.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg" }, + { title: "Del Campo a la Mesa", description: "Ingredientes frescos, locales y sostenibles.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-waldorf-salad-wooden-background-top-view_127032-3264.jpg" }, + { title: "Ambiente Acogedor", description: "Iluminación perfecta para reuniones íntimas.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg" }, ]} - title="Why Dine With Us?" - description="El Péndulo offers a unique blend of atmosphere and taste." + title="¿Por qué elegirnos?" + description="El Péndulo ofrece una mezcla única de atmósfera y sabor." /> @@ -215,36 +116,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10k+", - title: "Happy Guests", - items: [ - "Serving local", - "Serving international", - ], - }, - { - id: "m2", - value: "50+", - title: "Menu Varieties", - items: [ - "Chef signature", - "Seasonal picks", - ], - }, - { - id: "m3", - value: "5*", - title: "Average Rating", - items: [ - "Excellent quality", - "Top service", - ], - }, + { id: "m1", value: "10k+", title: "Clientes Felices", items: ["Local", "Internacional"] }, + { id: "m2", value: "50+", title: "Variedades de Menú", items: ["Autor", "Estacional"] }, + { id: "m3", value: "5*", title: "Calificación", items: ["Calidad", "Servicio"] }, ]} - title="Serving Excellence" - description="Our numbers speak for the experience." + title="Excelencia en Servicio" + description="Nuestros números hablan de la experiencia." /> @@ -254,73 +131,29 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alice M.", - handle: "@alicem", - testimonial: "Amazing flavors, the best fine dining in town.", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", - }, - { - id: "t2", - name: "Bob R.", - handle: "@bobr", - testimonial: "Excellent wine pairing and service.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg", - }, - { - id: "t3", - name: "Charlie D.", - handle: "@charlied", - testimonial: "The atmosphere is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-together-valentines-day-restaurant_1303-20372.jpg", - }, - { - id: "t4", - name: "Diana K.", - handle: "@dianak", - testimonial: "Every dish was a piece of art.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-woman-having-dessert-while-working_23-2148661257.jpg", - }, - { - id: "t5", - name: "Evan L.", - handle: "@evanl", - testimonial: "Simply spectacular dining experience.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg", - }, + { id: "t1", name: "Alice M.", handle: "@alicem", testimonial: "Sabores increíbles, la mejor alta cocina de la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" }, + { id: "t2", name: "Bob R.", handle: "@bobr", testimonial: "Excelente maridaje de vinos y servicio.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg" }, + { id: "t3", name: "Charlie D.", handle: "@charlied", testimonial: "La atmósfera no tiene igual.", imageSrc: "http://img.b2bpic.net/free-photo/couple-together-valentines-day-restaurant_1303-20372.jpg" }, + { id: "t4", name: "Diana K.", handle: "@dianak", testimonial: "Cada plato era una obra de arte.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-woman-having-dessert-while-working_23-2148661257.jpg" }, + { id: "t5", name: "Evan L.", handle: "@evanl", testimonial: "Simplemente una experiencia espectacular.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg" }, ]} - title="Guest Reviews" - description="What our patrons say about El Péndulo." + title="Reseñas" + description="Lo que nuestros comensales dicen de El Péndulo." />