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