diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6676d9d..76f7ed3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,17 +33,17 @@ export default function LandingPage() {
@@ -208,14 +208,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1", title: "Is Pasillo Oriental certified Halal?", content: "Yes, Pasillo Oriental is proud to be a fully certified halal restaurant. All our ingredients are sourced from trusted halal suppliers, and our kitchen adheres to strict Islamic dietary laws to ensure every dish meets halal standards."},
+ id: "1", title: "¿Pasillo Oriental está certificado como Halal?", content: "Sí, Pasillo Oriental se enorgullece de ser un restaurante totalmente certificado como halal. Todos nuestros ingredientes provienen de proveedores halal de confianza, y nuestra cocina cumple con estrictas leyes dietéticas islámicas para asegurar que cada plato cumpla con los estándares halal."},
{
- id: "2", title: "Do you offer vegetarian and vegan options?", content: "Absolutely! Our menu features a wide array of delicious vegetarian and vegan dishes, including our famous Kushari, crispy Falafel, and a variety of fresh salads and mezze platters. Please check our menu for full details."},
+ id: "2", title: "¿Ofrecen opciones vegetarianas y veganas?", content: "¡Por supuesto! Nuestro menú ofrece una amplia variedad de deliciosos platos vegetarianos y veganos, incluyendo nuestro famoso Kushari, crujiente Falafel, y una variedad de ensaladas frescas y platos de mezze. Por favor, consulte nuestro menú para más detalles."},
{
- id: "3", title: "How can I place an online order for delivery or takeout?", content: "You can easily place your order directly through our website by navigating to the 'Menu' section and selecting your desired items. Choose between delivery to your location or convenient pickup at our restaurant. Online ordering is available during our regular business hours."},
+ id: "3", title: "¿Cómo puedo hacer un pedido online para entrega o para llevar?", content: "Puede realizar su pedido fácilmente directamente a través de nuestra página web navegando a la sección 'Menú' y seleccionando los artículos deseados. Elija entre la entrega a su ubicación o la recogida conveniente en nuestro restaurante. Los pedidos online están disponibles durante nuestro horario comercial habitual."},
]}
- title="Frequently Asked Questions"
- description="Find quick answers to common questions about our halal certification, menu, ordering process, and more."
+ title="Preguntas Frecuentes"
+ description="Encuentre respuestas rápidas a preguntas comunes sobre nuestra certificación halal, menú, proceso de pedido y más."
faqsAnimation="slide-up"
/>
@@ -225,9 +225,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Córdoba Food Guide", "Halal Dining Spain", "TripAdvisor Excellence", "Google's Best Eateries", "Local's Choice Awards", "Andalusian Culinary Stars", "Yelp Top Rated"]}
- title="Trusted by Our Community & Visitors"
- description="Our commitment to quality and authenticity resonates with thousands. Recognized for exceptional dining and service, we are a proud fixture in Córdoba's vibrant culinary scene."
+ "Guía Gastronómica de Córdoba", "Comida Halal España", "Excelencia TripAdvisor", "Mejores Restaurantes de Google", "Premios Elección Local", "Estrellas Culinarias Andaluzas", "Yelp Mejor Valorado"]}
+ title="Confiado por Nuestra Comunidad y Visitantes"
+ description="Nuestro compromiso con la calidad y autenticidad resuena con miles. Reconocidos por una cocina y un servicio excepcionales, somos un pilar orgulloso en la vibrante escena culinaria de Córdoba."
speed={30}
/>
@@ -235,35 +235,35 @@ export default function LandingPage() {
console.log("Reservation Submitted:", data)}
/>
@@ -276,29 +276,29 @@ export default function LandingPage() {
{
items: [
{
- label: "Home", href: "#hero"},
+ label: "Inicio", href: "#hero"},
{
- label: "Menu", href: "#menu"},
+ label: "Menú", href: "#menu"},
{
- label: "About Us", href: "#about"},
+ label: "Sobre Nosotros", href: "#about"},
],
},
{
items: [
{
- label: "Testimonials", href: "#testimonials"},
+ label: "Testimonios", href: "#testimonials"},
{
- label: "FAQ", href: "#faq"},
+ label: "Preguntas Frecuentes", href: "#faq"},
{
- label: "Contact", href: "#contact"},
+ label: "Contacto", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy", href: "#"},
+ label: "Política de Privacidad", href: "#"},
{
- label: "Terms of Service", href: "#"},
+ label: "Términos del Servicio", href: "#"},
],
},
]}
@@ -308,4 +308,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file