6 Commits

Author SHA1 Message Date
10cf96f388 Update src/app/page.tsx 2026-03-09 03:12:24 +00:00
0bdf72ab2f Update src/app/layout.tsx 2026-03-09 03:12:24 +00:00
fcd6ebcafd Merge version_5 into main
Merge version_5 into main
2026-03-09 03:10:50 +00:00
ac035c651e Update src/app/page.tsx 2026-03-09 03:10:46 +00:00
e0703bdba7 Merge version_4 into main
Merge version_4 into main
2026-03-09 03:08:27 +00:00
f511b55b93 Update src/app/page.tsx 2026-03-09 03:08:23 +00:00
2 changed files with 73 additions and 1480 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -29,40 +29,40 @@ export default function LandingPage() {
<NavbarStyleFullscreen
brandName="PYP"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Private Events", id: "pricing" },
{ name: "Contact", id: "contact" }
{ name: "Inicio", id: "home" },
{ name: "Acerca de", id: "about" },
{ name: "Menú", id: "features" },
{ name: "Eventos Privados", id: "pricing" },
{ name: "Contacto", id: "contact" }
]}
bottomLeftText="New York City"
bottomRightText="reservations@pyprestaurant.com"
bottomLeftText="Nueva York"
bottomRightText="reservaciones@pyprestaurant.com"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Culinary Excellence Awaits"
description="Experience refined seafood, curated wines, and craft cocktails in an intimate setting where every detail reflects our commitment to exceptional hospitality."
tag="Luxury Dining"
title="La Excelencia Culinaria Te Espera"
description="Experimenta mariscos refinados, vinos seleccionados y cócteles artesanales en un ambiente íntimo donde cada detalle refleja nuestro compromiso con la hospitalidad excepcional."
tag="Cena de Lujo"
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199323.jpg?_wi=1"
imageAlt="PYP Restaurant intimate dining ambiance"
imageAlt="Ambiente íntimo del Restaurante PYP"
imagePosition="right"
testimonials={[
{
name: "Sarah Chen", handle: "Regular Guest", testimonial: "The most memorable culinary experience of my life. Every dish tells a story, and the service is impeccable.", rating: 5,
name: "Sarah Chen", handle: "Invitada Habitual", testimonial: "La experiencia culinaria más memorable de mi vida. Cada plato cuenta una historia, y el servicio es impecable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-clinking-their-beer-glasses-while-enjoying-meal-together-restaurant-friends-concept_58466-16031.jpg?_wi=1"
},
{
name: "Marcus Williams", handle: "Food Critic", testimonial: "A hidden gem that rivals the finest establishments. The chef's vision is truly exceptional.", rating: 5,
name: "Marcus Williams", handle: "Crítico de Gastronomía", testimonial: "Una joya oculta que rivaliza con los mejores establecimientos. La visión del chef es realmente excepcional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg?_wi=1"
}
]}
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "Explore Menu", href: "#features" }
{ text: "Reservar Ahora", href: "#contact" },
{ text: "Explorar Menú", href: "#features" }
]}
mediaAnimation="slide-up"
buttonAnimation="blur-reveal"
@@ -73,12 +73,12 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
title="Our Story"
title="Nuestra Historia"
description={[
"PYP represents more than a restaurant—it's a sanctuary for those who appreciate the artistry of fine dining. Founded on the principle that exceptional food, wine, and service create unforgettable moments, we've cultivated a space where every element is purposefully curated.", "Our chef brings decades of experience from Michelin-starred establishments, combining classical techniques with innovative approaches. The result is a menu that honors tradition while pushing culinary boundaries. Each dish is a reflection of our passion for sourcing the finest ingredients and executing them with precision.", "From our intimate bar to private dining suites, every corner of PYP embodies luxury, warmth, and an unwavering commitment to excellence."
"Descubre dónde la tradición culinaria se encuentra con la innovación en Nueva York. PYP representa más que un restaurante—es un santuario para quienes aprecian el arte de la gastronomía fina. Fundado en el principio de que la comida excepcional, el vino y el servicio crean momentos inolvidables, hemos cultivado un espacio donde cada elemento está cuidadosamente curado.", "Nuestro chef trae décadas de experiencia de establecimientos con estrellas Michelin, combinando técnicas clásicas con enfoques innovadores. El resultado es un menú que honra la tradición mientras expande los límites culinarios. Cada plato es un reflejo de nuestra pasn por obtener los ingredientes más finos y ejecutarlos con precisión.", "Desde nuestra barra íntima hasta nuestras suites de comedor privado, cada rincón de PYP encarna lujo, calidez y un compromiso inquebrantable con la excelencia."
]}
buttons={[
{ text: "Private Events", href: "#pricing" }
{ text: "Eventos Privados", href: "#pricing" }
]}
showBorder={true}
useInvertedBackground={false}
@@ -87,22 +87,22 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardOne
title="Our Offerings"
description="Discover the pillars of our culinary philosophy and what sets PYP apart in the fine dining landscape."
tag="Premium Selection"
title="Nuestras Ofertas"
description="Descubre los pilares de nuestra filosofía culinaria y qué distingue a PYP en el panorama de la gastronomía fina."
tag="Selección Premium"
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: "Mariscos Refinados", description: "Selecciones diarias de los mejores mariscos, obtenidos de pesquerías sostenibles y preparados con técnicas francesas clásicas combinadas con innovación moderna.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-3979.jpg", imageAlt: "Platos de mariscos destacados", button: { text: "Conocer 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: "Colección de Vinos Seleccionados", description: "Nuestro sommelier ha reunido una extensa lista de vinos con añejas raras y productores emergentes, con selecciones para acompañar cada plato.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg?_wi=1", imageAlt: "Colección premium de vinos", button: { text: "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: "Cócteles Artesanales", description: "Cócteles personalizados elaborados por nuestros expertos mixólogos 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: "Cócteles artesanales", button: { text: "Explorar 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: "Experiencia de Comedor Privado", description: "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: "Configuración de comedor privado", button: { text: "Informarse sobre Eventos" }
}
]}
gridVariant="two-columns-alternating-heights"
@@ -114,22 +114,22 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Discerning Guests"
description="Hear directly from those who have experienced PYP's commitment to excellence."
tag="Guest Stories"
title="Confiable por Huéspedes Distinguidos"
description="Escucha directamente de quienes han experimentado el compromiso de PYP con la excelencia."
tag="Historias de Huéspedes"
tagIcon={Quote}
testimonials={[
{
id: "1", title: "An Evening to Remember", quote: "From the moment we walked in, we felt the attention to detail. The service was warm yet professional, and the food exceeded every expectation. This is what fine dining should be.", name: "Alexandra Mitchell", role: "CEO, Creative Ventures", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-clinking-their-beer-glasses-while-enjoying-meal-together-restaurant-friends-concept_58466-16031.jpg?_wi=2"
id: "1", title: "Una Velada para Recordar", quote: "Desde el momento en que entramos, sentimos la atención al detalle. El servicio fue cálido pero profesional, y la comida superó todas nuestras expectativas. Esto es lo que debe ser la gastronomía fina.", name: "Alexandra Mitchell", role: "CEO, Empresas Creativas", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-clinking-their-beer-glasses-while-enjoying-meal-together-restaurant-friends-concept_58466-16031.jpg?_wi=2"
},
{
id: "2", title: "Worth Every Moment", quote: "I've dined at celebrated restaurants around the world, and PYP stands among the finest. The chef's creativity, paired with impeccable execution, is truly remarkable.", name: "James Peterson", role: "Food & Wine Correspondent", imageSrc: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg?_wi=2"
id: "2", title: "Que Valga Cada Momento", quote: "He cenado en restaurantes celebrados alrededor del mundo, y PYP se encuentra entre los mejores. La creatividad del chef, combinada con la ejecución impecable, es verdaderamente notable.", name: "James Peterson", role: "Corresponsal de Gastronomía y Vino", imageSrc: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg?_wi=2"
},
{
id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here last month. The private room was intimate, the menu was personalized to our preferences, and the entire experience was flawless.", name: "Elena Rodriguez", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/lady-with-wine_1157-7319.jpg"
id: "3", title: "Perfecto para Ocasiones Especiales", quote: "Celebramos nuestro aniversario aquí el mes pasado. La sala privada fue íntima, el menú fue personalizado según nuestras preferencias, y toda la experiencia fue impecable.", name: "Elena Rodriguez", role: "Planificadora de Eventos", imageSrc: "http://img.b2bpic.net/free-photo/lady-with-wine_1157-7319.jpg"
},
{
id: "4", title: "A Culinary Masterpiece", quote: "Every course told a story. The sommelier's wine pairings elevated each dish, and the conversation with the chef about his inspirations was the highlight.", name: "David Liu", role: "Restaurateur", imageSrc: "http://img.b2bpic.net/free-vector/restaurant-facebook-post-template-design_23-2149811434.jpg"
id: "4", title: "Una Obra Maestra Culinaria", quote: "Cada plato contó una historia. Los emparejamientos de vino del sommelier elevaron cada plato, y la conversación con el chef sobre sus inspiraciones fue lo más destacado.", name: "David Liu", role: "Restaurador", imageSrc: "http://img.b2bpic.net/free-vector/restaurant-facebook-post-template-design_23-2149811434.jpg"
}
]}
textboxLayout="default"
@@ -139,27 +139,27 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Private Events & Tastings"
description="Celebrate life's most important moments with our exclusive event packages, tailored to your vision and preferences."
tag="Exclusive Experiences"
title="Eventos Privados y Degustaciones"
description="Celebra los momentos más importantes de tu vida con nuestros paquetes de eventos exclusivos, personalizados según tu visión y preferencias."
tag="Experiencias Exclusivas"
tagIcon={Crown}
plans={[
{
id: "intimate", title: "Intimate Gathering", price: "$95", period: "/person (min. 8 guests)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598409.jpg?_wi=2", imageAlt: "Intimate private dining", button: { text: "Inquire", href: "#contact" },
id: "intimate", title: "Reunión Íntima", price: "$95", period: "/persona (mín. 8 huéspedes)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598409.jpg?_wi=2", imageAlt: "Comedor privado íntimo", button: { text: "Consultar", href: "#contact" },
features: [
"Private dining room for up to 12 guests", "Customized 4-course menu", "Wine or cocktail pairings", "Dedicated event coordinator", "Valet parking included"
"Sala de comedor privado para hasta 12 huéspedes", "Menú personalizado de 4 platos", "Maridaje de vino o cócteles", "Coordinador de eventos dedicado", "Estacionamiento con valet incluido"
]
},
{
id: "executive", title: "Executive Experience", price: "$150", period: "/person (min. 12 guests)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg?_wi=2", imageAlt: "Premium wine tasting", button: { text: "Inquire", href: "#contact" },
id: "executive", title: "Experiencia Ejecutiva", price: "$150", period: "/persona (mín. 12 huéspedes)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg?_wi=2", imageAlt: "Degustación premium de vino", button: { text: "Consultar", href: "#contact" },
features: [
"Exclusive chef's room or full restaurant buyout", "Chef's tasting menu (6 courses)", "Sommelier-led wine pairing experience", "Customized event design and planning", "Professional event staff and service"
"Sala exclusiva del chef o reserva de todo el restaurante", "Menú degustación del chef (6 platos)", "Experiencia de maridaje de vino dirigida por sommelier", "Diseño y planificación de eventos personalizada", "Personal de eventos profesional y servicio"
]
},
{
id: "gala", title: "Grand Celebration", price: "Custom", period: "tailored to your vision", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-chef-plating-dish_23-2148794098.jpg", imageAlt: "Grand dining celebration", button: { text: "Schedule Consultation", href: "#contact" },
id: "gala", title: "Gran Celebración", price: "Personalizado", period: "adaptado a tu visión", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-chef-plating-dish_23-2148794098.jpg", imageAlt: "Gran celebración gastronómica", button: { text: "Programar Consulta", href: "#contact" },
features: [
"Full restaurant customization", "Multi-course progressive menu", "Premium spirits and rare wine selections", "Live entertainment coordination", "Personalized service and attention to detail"
"Personalización completa del restaurante", "Menú progresivo de múltiples platos", "Selecciones de licores premium y vinos raros", "Coordinación de entretenimiento en vivo", "Servicio personalizado y atención al detalle"
]
}
]}
@@ -171,56 +171,56 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Reserve Your Experience"
description="Plan your visit or inquire about our private events. Our team will respond within 24 hours to confirm your reservation or discuss your special event."
title="Reserva Tu Experiencia"
description="Planifica tu visita o consulta sobre nuestros eventos privados. Nuestro equipo responderá dentro de 24 horas para confirmar tu reserva o discutir tu evento especial."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "partySize", type: "text", placeholder: "Number of Guests", required: true }
{ name: "name", type: "text", placeholder: "Tu Nombre", required: true },
{ name: "email", type: "email", placeholder: "Correo Electrónico", required: true },
{ name: "phone", type: "tel", placeholder: "Número de Teléfono", required: true },
{ name: "partySize", type: "text", placeholder: "Número de Huéspedes", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us about your preferred date, occasion, or any special requests...", rows: 5,
name: "message", placeholder: "Cuéntanos sobre tu fecha preferida, ocasión o solicitudes especiales...", rows: 5,
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199323.jpg?_wi=2"
imageAlt="PYP Restaurant elegant setting"
imageAlt="Ambiente elegante del Restaurante PYP"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Submit Reservation Request"
buttonText="Enviar Solicitud de Reserva"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
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"
imageAlt="Interior del Restaurante PYP"
logoText="PYP"
copyrightText="© 2025 PYP Restaurant. All rights reserved."
copyrightText="© 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: "Restaurante", items: [
{ label: "Inicio", href: "#home" },
{ label: "Acerca de", href: "#about" },
{ label: "Menú", href: "#features" },
{ label: "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: "Cena", items: [
{ label: "Eventos Privados", href: "#pricing" },
{ label: "Maridaje de Vino", href: "#features" },
{ label: "Reservaciones", href: "#contact" },
{ label: "Tarjetas de Regalo", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "Email", href: "mailto:reservations@pyprestaurant.com" },
title: "Conecta", items: [
{ label: "Correo Electrónico", href: "mailto:reservaciones@pyprestaurant.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
{ label: "Política de Privacidad", href: "#" },
{ label: "Términos de Servicio", href: "#" }
]
}
]}