From 63f6b6a7e4171eb99844dfd9fd6fd160e5f2e5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:03:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf4944f..67a97f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,27 +31,27 @@ export default function LandingPage() {
@@ -59,55 +59,55 @@ export default function LandingPage() {
@@ -129,57 +129,57 @@ export default function LandingPage() {
@@ -188,24 +188,24 @@ export default function LandingPage() { logoText="Grado" columns={[ { items: [ - { label: "Services", href: "#services" }, - { label: "Compliance", href: "#compliance" }, - { label: "Pricing", href: "#" } + { label: "Servicios", href: "#services" }, + { label: "Cumplimiento", href: "#compliance" }, + { label: "Precios", href: "#" } ]}, { items: [ - { label: "About us", href: "#about" }, - { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" } + { label: "Acerca de nosotros", href: "#about" }, + { label: "Preguntas Frecuentes", href: "#faq" }, + { label: "Contacto", href: "#contact" } ]}, { items: [ - { label: "Privacy policy", href: "#" }, - { label: "Terms of service", href: "#" }, - { label: "Certifications", href: "#" } + { label: "Política de privacidad", href: "#" }, + { label: "Términos de servicio", href: "#" }, + { label: "Certificaciones", href: "#" } ]}, { items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, - { label: "Email", href: "mailto:info@grado.com" } + { label: "Correo Electrónico", href: "mailto:info@grado.com" } ]} ]} />