From cf122c73a53d83c420a6942a5726a09de4e13a74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:46:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++++++++++++++++++------------------------ 1 file changed, 94 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21191cd..ee57d61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,127 +30,127 @@ export default function LandingPage() {
@@ -260,18 +260,18 @@ export default function LandingPage() { columns={[ { items: [ - { label: "About", href: "#about" }, - { label: "Menu", href: "#features" }, - { label: "Reviews", href: "#testimonials" }, - { label: "Contact", href: "#contact" } + { label: "Sobre Nosotros", href: "#about" }, + { label: "Menú", href: "#features" }, + { label: "Reseñas", href: "#testimonials" }, + { label: "Contacto", href: "#contact" } ] }, { items: [ - { label: "Hours", href: "#" }, - { label: "Location", href: "#" }, - { label: "Reservations", href: "#contact" }, - { label: "Events", href: "#" } + { label: "Horario", href: "#" }, + { label: "Ubicación", href: "#" }, + { label: "Reservas", href: "#contact" }, + { label: "Eventos", href: "#" } ] }, { @@ -279,21 +279,21 @@ export default function LandingPage() { { label: "Instagram", href: "https://instagram.com" }, { label: "WhatsApp", href: "https://wa.me" }, { label: "Email", href: "mailto:info@bocados.com" }, - { label: "Phone", href: "tel:+1234567890" } + { label: "Teléfono", href: "tel:+1234567890" } ] }, { items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cancellation Policy", href: "#" }, - { label: "Accessibility", href: "#" } + { label: "Política de Privacidad", href: "#" }, + { label: "Términos de Servicio", href: "#" }, + { label: "Política de Cancelación", href: "#" }, + { label: "Accesibilidad", href: "#" } ] } ]} - ariaLabel="Bocados Restaurant Footer" + ariaLabel="Pie de Página del Restaurante Bocados" /> ); -} +} \ No newline at end of file -- 2.49.1