diff --git a/src/app/page.tsx b/src/app/page.tsx index ecf87df..e3407ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,14 @@ export default function LandingPage() { @@ -44,82 +44,82 @@ export default function LandingPage() {
@@ -127,60 +127,60 @@ export default function LandingPage() {
@@ -189,41 +189,41 @@ export default function LandingPage() { logoText="Mazucamba" columns={[ { - title: "Restaurant", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Menu", href: "#menu" }, - { label: "Special Events", href: "#contact" }, + title: "Restaurante", items: [ + { label: "Acerca de Nosotros", href: "#about" }, + { label: "Nuestro Menú", href: "#menu" }, + { label: "Eventos Especiales", href: "#contact" }, { label: "Catering", href: "#contact" } ] }, { - title: "Visit Us", items: [ - { label: "Hours & Location", href: "#contact" }, - { label: "Make a Reservation", href: "https://www.resy.com" }, - { label: "Delivery Partners", href: "#" }, - { label: "Contact", href: "#contact" } + title: "Visítanos", items: [ + { label: "Horarios y Ubicación", href: "#contact" }, + { label: "Hacer una Reserva", href: "https://www.resy.com" }, + { label: "Socios de Entrega", href: "#" }, + { label: "Contacto", href: "#contact" } ] }, { - title: "Community", items: [ + title: "Comunidad", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, - { label: "Reviews", href: "#reviews" }, - { label: "Newsletter", href: "#contact" } + { label: "Reseñas", href: "#reviews" }, + { label: "Boletín Informativo", href: "#contact" } ] }, { title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" } + { label: "Política de Privacidad", href: "#" }, + { label: "Términos de Servicio", href: "#" }, + { label: "Política de Cookies", href: "#" } ] } ]} - copyrightText="© 2025 Mazucamba | Authentic Venezuelan Street Food, Madrid's Heart" - ariaLabel="Mazucamba Footer" + copyrightText="© 2025 Mazucamba | Comida Callejera Venezolana Auténtica, en el Corazón de Madrid" + ariaLabel="Pie de Página de Mazucamba" /> ); -} \ No newline at end of file +}