From 9e86cf919caf04a4a75413c3a85b9b79026021cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 17:54:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f1283d..1852e11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -257,35 +257,35 @@ export default function LandingPage() { logoText="La Nieve Pizzeria" columns={[ { - title: "Menu", items: [ + title: "Menú", items: [ { label: "Pizzas", href: "#products"}, { label: "Empanadas", href: "#products"}, { - label: "Family Packs", href: "#pricing"}, + label: "Combos Familiares", href: "#pricing"}, ], }, { - title: "About Us", items: [ + title: "Nosotros", items: [ { - label: "Our Story", href: "#about"}, + label: "Nuestra Historia", href: "#about"}, { - label: "Reviews", href: "#testimonials"}, + label: "Opiniones", href: "#testimonials"}, ], }, { - title: "Support", items: [ + title: "Soporte", items: [ { - label: "FAQ", href: "#faq"}, + label: "Preguntas Frecuentes", href: "#faq"}, { - label: "Contact Us", href: "#contact"}, + label: "Contáctanos", href: "#contact"}, { - label: "Privacy Policy", href: "#"}, + label: "Política de Privacidad", href: "#"}, ], }, ]} - copyrightText="© 2024 La Nieve Pizzeria. All rights reserved." + copyrightText="© 2024 La Nieve Pizzeria. Todos los derechos reservados." />