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() {