Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 15:51:48 +00:00

View File

@@ -146,13 +146,13 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
title="Common Questions"
description="We are here to assist with your dining plans."
title="Preguntas Frecuentes"
description="Estamos aquí para ayudarle con sus planes de cena."
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure your table." },
{ id: "2", title: "Are there vegetarian options?", content: "Our chef crafts dedicated vegetarian menus daily." },
{ id: "3", title: "Is dress code required?", content: "We maintain an elegant casual dress code." },
{ id: "1", title: "¿Necesito una reserva?", content: "Sí, recomendamos encarecidamente reservar con antelación para asegurar su mesa." },
{ id: "2", title: "¿Hay opciones vegetarianas?", content: "Nuestro chef elabora menús vegetarianos dedicados a diario." },
{ id: "3", title: "¿Se requiere código de vestimenta?", content: "Mantenemos un código de vestimenta casual elegante." },
]}
/>
</div>
@@ -161,18 +161,18 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Reservations"
title="Secure Your Experience"
description="Book your table directly through our team for a seamless dining experience."
inputPlaceholder="Enter your email for booking"
buttonText="Reserve Now"
tag="Reservas"
title="Asegure su Experiencia"
description="Reserve su mesa directamente con nuestro equipo para una experiencia gastronómica sin complicaciones."
inputPlaceholder="Ingrese su correo para reservar"
buttonText="Reservar Ahora"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Presamar"
copyrightText="© 2025 Presamar | Luxury Dining"
copyrightText="© 2025 Presamar | Gastronomía de Lujo"
/>
</div>
</ReactLenis>