From f511b55b9324ccf684baebe9fe0b738c426a62ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:08:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 88 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 335c318..074441c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,16 +93,16 @@ export default function LandingPage() { tagIcon={UtensilsCrossed} features={[ { - title: "Refined Seafood", description: "Daily selections of the finest seafood, sourced from sustainable fisheries and prepared with classical French techniques combined with modern innovation.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-3979.jpg", imageAlt: "Signature seafood dishes", button: { text: "Learn More" } + title: "Refined Seafood / Mariscos Refinados", description: "Daily selections of the finest seafood, sourced from sustainable fisheries and prepared with classical French techniques combined with modern innovation. / Selecciones diarias de los mariscos más finos, provenientes de pesquerías sostenibles y preparados con técnicas clásicas francesas combinadas con innovación moderna.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-3979.jpg", imageAlt: "Signature seafood dishes", button: { text: "Learn More / Aprende Más" } }, { - title: "Curated Wine Collection", description: "Our sommelier has assembled an extensive wine list featuring rare vintages and emerging producers, with selections to complement every course.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg?_wi=1", imageAlt: "Premium wine collection", button: { text: "View Wine List" } + title: "Curated Wine Collection / Colección de Vinos Seleccionados", description: "Our sommelier has assembled an extensive wine list featuring rare vintages and emerging producers, with selections to complement every course. / Nuestro sommelier ha reunido una extensa lista de vinos que presenta raros añejamientos y productores emergentes, con selecciones para complementar cada curso.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg?_wi=1", imageAlt: "Premium wine collection", button: { text: "View Wine List / Ver Lista de Vinos" } }, { - title: "Craft Cocktails", description: "Bespoke cocktails crafted by our expert mixologists using premium spirits, fresh ingredients, and innovative techniques perfected through years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631771.jpg", imageAlt: "Artisanal cocktails", button: { text: "Explore Drinks" } + title: "Craft Cocktails / Cócteles Artesanales", description: "Bespoke cocktails crafted by our expert mixologists using premium spirits, fresh ingredients, and innovative techniques perfected through years of experience. / Cócteles personalizados elaborados por nuestros mixólogos expertos utilizando licores premium, ingredientes frescos y técnicas innovadoras perfeccionadas a través de años de experiencia.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631771.jpg", imageAlt: "Artisanal cocktails", button: { text: "Explore Drinks / Explora Bebidas" } }, { - title: "Private Dining Experience", description: "Intimate spaces designed for exclusive gatherings, corporate dinners, and special celebrations with personalized service and customized menus.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598409.jpg?_wi=1", imageAlt: "Private dining room setup", button: { text: "Inquire About Events" } + title: "Private Dining Experience / Experiencia de Cena Privada", description: "Intimate spaces designed for exclusive gatherings, corporate dinners, and special celebrations with personalized service and customized menus. / Espacios íntimos diseñados para reuniones exclusivas, cenas corporativas y celebraciones especiales con servicio personalizado y menús personalizados.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598409.jpg?_wi=1", imageAlt: "Private dining room setup", button: { text: "Inquire About Events / Consulta Sobre Eventos" } } ]} gridVariant="two-columns-alternating-heights" @@ -114,22 +114,22 @@ export default function LandingPage() {
@@ -197,30 +197,30 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg" imageAlt="PYP Restaurant interior" logoText="PYP" - copyrightText="© 2025 PYP Restaurant. All rights reserved." + copyrightText="© 2025 PYP Restaurant. All rights reserved. / © 2025 Restaurante PYP. Todos los derechos reservados." columns={[ { - title: "Restaurant", items: [ - { label: "Home", href: "#home" }, - { label: "About", href: "#about" }, - { label: "Menu", href: "#features" }, - { label: "Contact", href: "#contact" } + title: "Restaurant / Restaurante", items: [ + { label: "Home / Inicio", href: "#home" }, + { label: "About / Acerca de", href: "#about" }, + { label: "Menu / Menú", href: "#features" }, + { label: "Contact / Contacto", href: "#contact" } ] }, { - title: "Dining", items: [ - { label: "Private Events", href: "#pricing" }, - { label: "Wine Pairing", href: "#features" }, - { label: "Reservations", href: "#contact" }, - { label: "Gift Cards", href: "#" } + title: "Dining / Comida", items: [ + { label: "Private Events / Eventos Privados", href: "#pricing" }, + { label: "Wine Pairing / Maridaje de Vino", href: "#features" }, + { label: "Reservations / Reservaciones", href: "#contact" }, + { label: "Gift Cards / Tarjetas de Regalo", href: "#" } ] }, { - title: "Connect", items: [ - { label: "Email", href: "mailto:reservations@pyprestaurant.com" }, + title: "Connect / Conectar", items: [ + { label: "Email / Correo", href: "mailto:reservations@pyprestaurant.com" }, { label: "Instagram", href: "https://instagram.com" }, - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" } + { label: "Privacy Policy / Política de Privacidad", href: "#" }, + { label: "Terms of Service / Términos de Servicio", href: "#" } ] } ]} @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1