From 104b71dda74068017ab4dcb1402ff07e4c2c98ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:03:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3540c47..7f7c520 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,13 +14,13 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Grado - Secure Data Destruction & Compliance Management", description: "Enterprise-grade secure data destruction, transport, and storage with GDPR and ISO 27001 compliance. Certified protocols for finance, healthcare, and legal sectors.", keywords: "data destruction, secure disposal, GDPR compliance, ISO 27001, document destruction, certified shredding, data management, enterprise security", metadataBase: new URL("https://grado.com"), + title: "Grado - Destrucción Segura de Datos y Gestión de Cumplimiento", description: "Destrucción segura de datos a nivel empresarial, transporte y almacenamiento con cumplimiento GDPR e ISO 27001. Protocolos certificados para finanzas, atención médica y sectores legales.", keywords: "destrucción de datos, eliminación segura, cumplimiento GDPR, ISO 27001, destrucción de documentos, trituración certificada, gestión de datos, seguridad empresarial", metadataBase: new URL("https://grado.com"), alternates: { canonical: "https://grado.com"}, openGraph: { - title: "Grado - Secure Data Destruction & Compliance Management", description: "Enterprise-grade secure data destruction, transport, and storage with GDPR and ISO 27001 compliance.", url: "https://grado.com", siteName: "Grado", type: "website"}, + title: "Grado - Destrucción Segura de Datos y Gestión de Cumplimiento", description: "Destrucción segura de datos a nivel empresarial, transporte y almacenamiento con cumplimiento GDPR e ISO 27001.", url: "https://grado.com", siteName: "Grado", type: "website"}, twitter: { - card: "summary_large_image", title: "Grado - Secure Data Destruction & Compliance Management", description: "Enterprise-grade secure data destruction with certified compliance protocols."}, + card: "summary_large_image", title: "Grado - Destrucción Segura de Datos y Gestión de Cumplimiento", description: "Destrucción segura de datos a nivel empresarial con protocolos de cumplimiento certificados."}, robots: { index: true, follow: true, @@ -33,7 +33,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + Date: Thu, 5 Mar 2026 13:03:57 +0000 Subject: [PATCH 2/2] 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" } ]} ]} /> -- 2.49.1