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" } ]} ]} />