From 3c56baf4bf424b4868a5f6845c5aee061d421ccb Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Wed, 18 Dec 2024 16:32:56 +0100 Subject: [PATCH 01/10] feat: new feature for the slider cards --- src/assets/lang/de/business.json | 5 +++++ src/assets/lang/en/business.json | 13 +++++++++---- src/assets/lang/es/business.json | 5 +++++ src/assets/lang/fr/business.json | 5 +++++ src/assets/lang/it/business.json | 5 +++++ src/assets/lang/ru/business.json | 5 +++++ src/assets/lang/zh-tw/business.json | 5 +++++ src/assets/lang/zh/business.json | 5 +++++ 8 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/assets/lang/de/business.json b/src/assets/lang/de/business.json index 89ea4fd8a..4019be19c 100644 --- a/src/assets/lang/de/business.json +++ b/src/assets/lang/de/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "Flexible Speicherzuweisung", "description": "Internxt bietet Ihrem Team eine flexible Speicherzuweisung, um Ihren Speicherbedarf zu decken. Mit unseren Plänen können Sie Benutzer hinzufügen, Speicher je nach Bedarf zuweisen und die Kapazität bei Bedarf erhöhen, wodurch Kosten, Skalierbarkeit und optimale Ressourcennutzung gewährleistet werden." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Zugriffsprotokolle", + "description": "Überwachen Sie ganz einfach die Aktivitäten Ihres Teams mit einem umfassenden Aktivitätsprotokoll, das einen klaren Überblick über Datei-Interaktionen und Benutzerzugriffe bietet. Verfolgen Sie, wer sich angemeldet, Dateien hochgeladen oder geändert hat, und behalten Sie die volle Kontrolle, um die Datensicherheit in Ihrem Team zu gewährleisten." } ] }, diff --git a/src/assets/lang/en/business.json b/src/assets/lang/en/business.json index 4c0beface..bf12a00f5 100644 --- a/src/assets/lang/en/business.json +++ b/src/assets/lang/en/business.json @@ -33,24 +33,29 @@ "description": "Optimize your organization's file management, security, and privacy with our secure cloud storage for business.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Manage your organization", "description": "Internxt empowers businesses with features to manage members of your organization, customize workspaces, and manage your account billing and payments.  Easily switch between your Internxt business and personal accounts to optimize productivity and file organization." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Secure file sharing between departments", "description": "Secure cloud storage includes secure file-sharing features within different departments to collaborate safely in teams. Password-protect and restrict file access to send confidential files with partners, ensuring you maintain control over their security." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Session management", "description": "Internxt cloud storage offers advanced session management, providing real-time login notifications and detailed remote session monitoring (client, OS, IP, location, last active time). This high-level security allows the account manager to detect unauthorized access, manage sessions efficiently, and protect sensitive data." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Flexible storage allocation", "description": "Internxt gives your team full flexible storage allocation to upgrade your storage based on your needs. With our plans, you can add users, allocate storage based on needs, and increase capacity as necessary, ensuring cost efficiency, scalability, and optimal resource utilization." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Access Logs", + "description": "Easily monitor team activity with a comprehensive activity log, offering a clear view of file interactions and user access. Track who has signed in, uploaded, or modified files, giving you total control and ensuring data security across your team." } ] }, diff --git a/src/assets/lang/es/business.json b/src/assets/lang/es/business.json index c1141c1b1..e7268bab6 100644 --- a/src/assets/lang/es/business.json +++ b/src/assets/lang/es/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "Asignación flexible de almacenamiento", "description": "Internxt ofrece a tu equipo una asignación flexible completa de almacenamiento para aumentar tu capacidad según tus necesidades. Con nuestros planes, puedes añadir usuarios, asignar almacenamiento según las necesidades y aumentar la capacidad según sea necesario, asegurando eficiencia de costos, escalabilidad y utilización óptima de recursos." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Registros de Acceso", + "description": "Monitoriza fácilmente la actividad del equipo con un registro de actividad completo, que ofrece una visión clara de las interacciones con archivos y el acceso de los usuarios. Rastrea quién ha iniciado sesión, subido o modificado archivos, brindándote control total y garantizando la seguridad de los datos en todo tu equipo." } ] }, diff --git a/src/assets/lang/fr/business.json b/src/assets/lang/fr/business.json index 8fbcc8af0..17aab9cd2 100644 --- a/src/assets/lang/fr/business.json +++ b/src/assets/lang/fr/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "Allocation flexible du stockage", "description": "Internxt offre à votre équipe une allocation de stockage flexible pour augmenter votre stockage en fonction de vos besoins. Avec nos plans, vous pouvez ajouter des utilisateurs, allouer du stockage selon les besoins et augmenter la capacité si nécessaire, garantissant ainsi l'efficacité des coûts, l'évolutivité et l'utilisation optimale des ressources." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Journaux d'accès", + "description": "Surveillez facilement l'activité de votre équipe grâce à un journal d'activité complet, offrant une vue claire des interactions avec les fichiers et des accès des utilisateurs. Suivez qui s'est connecté, a téléchargé ou modifié des fichiers, vous donnant un contrôle total et garantissant la sécurité des données au sein de votre équipe." } ] }, diff --git a/src/assets/lang/it/business.json b/src/assets/lang/it/business.json index e32b04009..56d8450b6 100644 --- a/src/assets/lang/it/business.json +++ b/src/assets/lang/it/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "Allocazione flessibile dello spazio di archiviazione", "description": "Internxt offre al tuo team un'allocazione flessibile dello spazio di archiviazione per aumentare il tuo spazio in base alle tue esigenze. Con i nostri piani, puoi aggiungere utenti, allocare lo spazio di archiviazione in base alle necessità e aumentare la capacità se necessario, garantendo efficienza dei costi, scalabilità e utilizzo ottimale delle risorse." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Registri di Accesso", + "description": "Monitora facilmente l'attività del tuo team con un registro completo delle attività, che offre una visione chiara delle interazioni con i file e degli accessi degli utenti. Tieni traccia di chi ha effettuato l'accesso, caricato o modificato file, garantendoti un controllo totale e assicurando la sicurezza dei dati all'interno del tuo team." } ] }, diff --git a/src/assets/lang/ru/business.json b/src/assets/lang/ru/business.json index 454a1058c..a6a4d0abb 100644 --- a/src/assets/lang/ru/business.json +++ b/src/assets/lang/ru/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "Гибкое распределение хранилища", "description": "Internxt предоставляет вашей команде гибкое распределение хранилища для увеличения вашего объема в зависимости от ваших потребностей. С нашими планами вы можете добавлять пользователей, распределять хранилище по мере необходимости и увеличивать емкость при необходимости, обеспечивая эффективность затрат, масштабируемость и оптимальное использование ресурсов." + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "Журналы доступа", + "description": "Легко отслеживайте активность вашей команды с помощью полного журнала активности, который предоставляет четкое представление об взаимодействиях с файлами и доступах пользователей. Отслеживайте, кто вошел в систему, загрузил или изменил файлы, получая полный контроль и обеспечивая безопасность данных в вашей команде." } ] }, diff --git a/src/assets/lang/zh-tw/business.json b/src/assets/lang/zh-tw/business.json index 7fe60db8d..c73fad564 100644 --- a/src/assets/lang/zh-tw/business.json +++ b/src/assets/lang/zh-tw/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "靈活的存儲分配", "description": "Internxt 為您的團隊提供靈活的存儲分配,以根據您的需要升級存儲。通過我們的計劃,您可以添加用戶,根據需要分配存儲,並在必要時增加容量,確保成本效益、可擴展性和資源的最佳利用。" + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "訪問日誌", + "description": "透過完整的活動日誌輕鬆監控團隊活動,提供清晰的檔案互動與使用者訪問視圖。追蹤誰已登入、上傳或修改檔案,讓您對團隊資料擁有完全控制,確保資料安全。" } ] }, diff --git a/src/assets/lang/zh/business.json b/src/assets/lang/zh/business.json index d86974c85..a13a184a4 100644 --- a/src/assets/lang/zh/business.json +++ b/src/assets/lang/zh/business.json @@ -51,6 +51,11 @@ "imagePathname": "internxt_b2b_feature_4", "selectorTab": "灵活的存储分配", "description": "Internxt 为您的团队提供灵活的存储分配,以根据您的需要升级存储。通过我们的计划,您可以添加用户,根据需要分配存储,并在必要时增加容量,确保成本效益、可扩展性和资源的最佳利用。" + }, + { + "imagePathname": "internxt_b2b_feature5", + "selectorTab": "访问日志", + "description": "通过完整的活动日志轻松监控团队活动,提供文件交互和用户访问的清晰视图。跟踪谁已登录、上传或修改了文件,确保您对团队数据的完全控制,保障数据安全。" } ] }, From 5d321fcd2c86cea6a67c3137dde92ba787b3d320 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Wed, 18 Dec 2024 16:40:44 +0100 Subject: [PATCH 02/10] update: images path --- src/assets/lang/de/business.json | 8 ++++---- src/assets/lang/es/business.json | 8 ++++---- src/assets/lang/fr/business.json | 8 ++++---- src/assets/lang/it/business.json | 8 ++++---- src/assets/lang/ru/business.json | 8 ++++---- src/assets/lang/zh-tw/business.json | 8 ++++---- src/assets/lang/zh/business.json | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/assets/lang/de/business.json b/src/assets/lang/de/business.json index 4019be19c..b01495a51 100644 --- a/src/assets/lang/de/business.json +++ b/src/assets/lang/de/business.json @@ -33,22 +33,22 @@ "description": "Optimieren Sie das Datei-Management, die Sicherheit und den Datenschutz Ihrer Organisation mit unserem sicheren Cloud-Speicher für Unternehmen.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Verwalten Sie Ihre Organisation", "description": "Internxt ermöglicht es Unternehmen, Mitglieder Ihrer Organisation zu verwalten, Arbeitsbereiche anzupassen und die Abrechnung und Zahlungen Ihres Kontos zu verwalten. Wechseln Sie mühelos zwischen Ihren Internxt-Geschäfts- und Privatkonten, um Produktivität und Dateiorganisation zu optimieren." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Sicherer Dateiaustausch zwischen Abteilungen", "description": "Der sichere Cloud-Speicher umfasst sichere Dateifreigabefunktionen zwischen verschiedenen Abteilungen, um sicher im Team zu kollaborieren. Schützen Sie vertrauliche Dateien durch Passwörter und beschränken Sie den Zugriff auf Dateien, um sie sicher an Partner zu senden." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Sitzungsmanagement", "description": "Der Cloud-Speicher von Internxt bietet ein fortschrittliches Sitzungsmanagement, das Echtzeit-Anmeldebenachrichtigungen und eine detaillierte Überwachung von Remote-Sitzungen (Client, OS, IP, Standort, letzte Aktivität) bietet. Diese hohe Sicherheit ermöglicht es dem Kontomanager, unbefugten Zugriff zu erkennen, Sitzungen effizient zu verwalten und sensible Daten zu schützen." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Flexible Speicherzuweisung", "description": "Internxt bietet Ihrem Team eine flexible Speicherzuweisung, um Ihren Speicherbedarf zu decken. Mit unseren Plänen können Sie Benutzer hinzufügen, Speicher je nach Bedarf zuweisen und die Kapazität bei Bedarf erhöhen, wodurch Kosten, Skalierbarkeit und optimale Ressourcennutzung gewährleistet werden." }, diff --git a/src/assets/lang/es/business.json b/src/assets/lang/es/business.json index e7268bab6..03bbdff2e 100644 --- a/src/assets/lang/es/business.json +++ b/src/assets/lang/es/business.json @@ -33,22 +33,22 @@ "description": "Optimiza la gestión de archivos, seguridad y privacidad de tu organización con nuestro almacenamiento en la nube seguro para negocios.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Gestiona tu organización", "description": "Internxt empodera a las empresas con funciones para gestionar miembros de tu organización, personalizar espacios de trabajo y gestionar la facturación y pagos de tu cuenta. Cambia fácilmente entre tu cuenta de negocio y personal de Internxt para optimizar la productividad y organización de archivos." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Compartición segura de archivos entre departamentos", "description": "El almacenamiento en la nube seguro incluye funciones de compartición de archivos seguras dentro de diferentes departamentos para colaborar de manera segura en equipos. Protege con contraseña y restringe el acceso a archivos para enviar archivos confidenciales a socios, asegurando que mantienes el control sobre su seguridad." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Gestión de sesiones", "description": "El almacenamiento en la nube de Internxt ofrece gestión avanzada de sesiones, proporcionando notificaciones de inicio de sesión en tiempo real y monitoreo detallado de sesiones remotas (cliente, SO, IP, ubicación, última hora activa). Este nivel de seguridad permite al administrador de la cuenta detectar accesos no autorizados, gestionar sesiones de manera eficiente y proteger datos sensibles." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Asignación flexible de almacenamiento", "description": "Internxt ofrece a tu equipo una asignación flexible completa de almacenamiento para aumentar tu capacidad según tus necesidades. Con nuestros planes, puedes añadir usuarios, asignar almacenamiento según las necesidades y aumentar la capacidad según sea necesario, asegurando eficiencia de costos, escalabilidad y utilización óptima de recursos." }, diff --git a/src/assets/lang/fr/business.json b/src/assets/lang/fr/business.json index 17aab9cd2..9314cf87f 100644 --- a/src/assets/lang/fr/business.json +++ b/src/assets/lang/fr/business.json @@ -33,22 +33,22 @@ "description": "Optimisez la gestion, la sécurité et la confidentialité des fichiers de votre organisation avec notre stockage cloud sécurisé pour les entreprises.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Gérez votre organisation", "description": "Internxt permet aux entreprises de gérer les membres de votre organisation, personnaliser les espaces de travail et gérer la facturation et les paiements de votre compte. Passez facilement entre vos comptes professionnels et personnels Internxt pour optimiser la productivité et l'organisation des fichiers." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Partage de fichiers sécurisé entre départements", "description": "Le stockage cloud sécurisé inclut des fonctionnalités de partage de fichiers sécurisé au sein des différents départements pour collaborer en toute sécurité en équipe. Protégez par mot de passe et restreignez l'accès aux fichiers pour envoyer des fichiers confidentiels à des partenaires, en vous assurant de maintenir leur sécurité." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Gestion des sessions", "description": "Le stockage cloud Internxt offre une gestion avancée des sessions, fournissant des notifications de connexion en temps réel et une surveillance détaillée des sessions à distance (client, OS, IP, localisation, dernière activité). Cette sécurité de haut niveau permet au gestionnaire de compte de détecter les accès non autorisés, de gérer les sessions efficacement et de protéger les données sensibles." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Allocation flexible du stockage", "description": "Internxt offre à votre équipe une allocation de stockage flexible pour augmenter votre stockage en fonction de vos besoins. Avec nos plans, vous pouvez ajouter des utilisateurs, allouer du stockage selon les besoins et augmenter la capacité si nécessaire, garantissant ainsi l'efficacité des coûts, l'évolutivité et l'utilisation optimale des ressources." }, diff --git a/src/assets/lang/it/business.json b/src/assets/lang/it/business.json index 56d8450b6..baf8039b8 100644 --- a/src/assets/lang/it/business.json +++ b/src/assets/lang/it/business.json @@ -33,22 +33,22 @@ "description": "Ottimizza la gestione dei file, la sicurezza e la privacy della tua organizzazione con la nostra archiviazione cloud sicura per aziende.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Gestisci la tua organizzazione", "description": "Internxt consente alle aziende di gestire i membri della tua organizzazione, personalizzare gli spazi di lavoro e gestire la fatturazione e i pagamenti del tuo account. Passa facilmente tra i tuoi account aziendali e personali Internxt per ottimizzare la produttività e l'organizzazione dei file." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Condivisione sicura dei file tra reparti", "description": "L'archiviazione cloud sicura include funzionalità di condivisione dei file sicura all'interno dei diversi reparti per collaborare in sicurezza in team. Proteggi con password e limita l'accesso ai file per inviare file confidenziali ai partner, garantendo di mantenere il controllo sulla loro sicurezza." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Gestione delle sessioni", "description": "L'archiviazione cloud Internxt offre una gestione avanzata delle sessioni, fornendo notifiche di accesso in tempo reale e un monitoraggio dettagliato delle sessioni remote (client, OS, IP, posizione, ultimo tempo di attività). Questa sicurezza di alto livello consente al gestore dell'account di rilevare accessi non autorizzati, gestire le sessioni in modo efficiente e proteggere i dati sensibili." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Allocazione flessibile dello spazio di archiviazione", "description": "Internxt offre al tuo team un'allocazione flessibile dello spazio di archiviazione per aumentare il tuo spazio in base alle tue esigenze. Con i nostri piani, puoi aggiungere utenti, allocare lo spazio di archiviazione in base alle necessità e aumentare la capacità se necessario, garantendo efficienza dei costi, scalabilità e utilizzo ottimale delle risorse." }, diff --git a/src/assets/lang/ru/business.json b/src/assets/lang/ru/business.json index a6a4d0abb..ff4291c05 100644 --- a/src/assets/lang/ru/business.json +++ b/src/assets/lang/ru/business.json @@ -33,22 +33,22 @@ "description": "Оптимизируйте управление файлами, безопасность и конфиденциальность вашей организации с нашим безопасным облачным хранилищем для бизнеса.", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "Управление вашей организацией", "description": "Internxt предоставляет компаниям возможность управлять членами вашей организации, настраивать рабочие пространства и управлять выставлением счетов и платежами вашего аккаунта. Легко переключайтесь между вашими бизнес- и личными аккаунтами Internxt для оптимизации производительности и организации файлов." }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "Безопасный обмен файлами между отделами", "description": "Безопасное облачное хранилище включает функции безопасного обмена файлами между различными отделами для безопасного сотрудничества в командах. Защитите паролем и ограничьте доступ к файлам для отправки конфиденциальных файлов партнерам, обеспечивая контроль над их безопасностью." }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "Управление сессиями", "description": "Облачное хранилище Internxt предлагает продвинутое управление сессиями, предоставляя уведомления о входе в реальном времени и детальный мониторинг удаленных сессий (клиент, ОС, IP, местоположение, время последней активности). Этот высокий уровень безопасности позволяет менеджеру аккаунта обнаруживать несанкционированный доступ, эффективно управлять сессиями и защищать конфиденциальные данные." }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "Гибкое распределение хранилища", "description": "Internxt предоставляет вашей команде гибкое распределение хранилища для увеличения вашего объема в зависимости от ваших потребностей. С нашими планами вы можете добавлять пользователей, распределять хранилище по мере необходимости и увеличивать емкость при необходимости, обеспечивая эффективность затрат, масштабируемость и оптимальное использование ресурсов." }, diff --git a/src/assets/lang/zh-tw/business.json b/src/assets/lang/zh-tw/business.json index c73fad564..e672cdd94 100644 --- a/src/assets/lang/zh-tw/business.json +++ b/src/assets/lang/zh-tw/business.json @@ -33,22 +33,22 @@ "description": "使用我們的企業安全雲端存儲優化您的組織文件管理、安全和隱私。", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "管理您的組織", "description": "Internxt 使企業能夠管理組織成員、自定義工作區並管理帳戶計費和付款。輕鬆切換您的 Internxt 商業和個人帳戶以優化生產力和文件組織。" }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "部門間的安全文件共享", "description": "安全雲端存儲包括在不同部門之間進行安全文件共享的功能,以便團隊安全協作。通過密碼保護和限制文件訪問來發送機密文件給合作夥伴,確保您對其安全性保持控制。" }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "會話管理", "description": "Internxt 雲端存儲提供高級會話管理,提供實時登錄通知和詳細的遠程會話監控(客戶端、操作系統、IP、位置、最後活動時間)。這種高級別的安全性使帳戶管理者能夠檢測未授權訪問、有效管理會話並保護敏感數據。" }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "靈活的存儲分配", "description": "Internxt 為您的團隊提供靈活的存儲分配,以根據您的需要升級存儲。通過我們的計劃,您可以添加用戶,根據需要分配存儲,並在必要時增加容量,確保成本效益、可擴展性和資源的最佳利用。" }, diff --git a/src/assets/lang/zh/business.json b/src/assets/lang/zh/business.json index a13a184a4..02659485b 100644 --- a/src/assets/lang/zh/business.json +++ b/src/assets/lang/zh/business.json @@ -33,22 +33,22 @@ "description": "使用我们的企业安全云存储优化您的组织文件管理、安全和隐私。", "cards": [ { - "imagePathname": "internxt_b2b_feature_1", + "imagePathname": "internxt_b2b_feature1", "selectorTab": "管理您的组织", "description": "Internxt 使企业能够管理组织成员、自定义工作区并管理账户计费和付款。轻松切换您的 Internxt 商业和个人账户以优化生产力和文件组织。" }, { - "imagePathname": "internxt_b2b_feature_2", + "imagePathname": "internxt_b2b_feature2", "selectorTab": "部门间的安全文件共享", "description": "安全云存储包括在不同部门之间进行安全文件共享的功能,以便团队安全协作。通过密码保护和限制文件访问来发送机密文件给合作伙伴,确保您对其安全性保持控制。" }, { - "imagePathname": "internxt_b2b_feature_3", + "imagePathname": "internxt_b2b_feature3", "selectorTab": "会话管理", "description": "Internxt 云存储提供高级会话管理,提供实时登录通知和详细的远程会话监控(客户端、操作系统、IP、位置、最后活跃时间)。这种高级别的安全性使账户管理者能够检测未授权访问、有效管理会话并保护敏感数据。" }, { - "imagePathname": "internxt_b2b_feature_4", + "imagePathname": "internxt_b2b_feature4", "selectorTab": "灵活的存储分配", "description": "Internxt 为您的团队提供灵活的存储分配,以根据您的需要升级存储。通过我们的计划,您可以添加用户,根据需要分配存储,并在必要时增加容量,确保成本效益、可扩展性和资源的最佳利用。" }, From b216dc075f5e00665b8d2794cd1bfa2f8d631000 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 19 Dec 2024 11:42:03 +0100 Subject: [PATCH 03/10] Update WhatCanWeDo.tsx --- src/components/business/WhatCanWeDo.tsx | 81 +++++++++++++------------ 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/src/components/business/WhatCanWeDo.tsx b/src/components/business/WhatCanWeDo.tsx index 8aa4af029..d96ba02b8 100644 --- a/src/components/business/WhatCanWeDo.tsx +++ b/src/components/business/WhatCanWeDo.tsx @@ -1,7 +1,9 @@ import { getImage } from '@/lib/getImage'; import { Transition } from '@headlessui/react'; import Image from 'next/image'; -import { useState } from 'react'; +import { Fragment, useState } from 'react'; +import RevealX from '../components/RevealX'; +import ReactMarkdown from 'react-markdown'; interface WhatCanWeDoProps { textContent: any; @@ -33,47 +35,46 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => {

{textContent.title}

{textContent.description}

- -
- {textContent.cards.map((feat, index) => ( - - ))} -
- -
-

{textContent.cards[selectedTab].description}

-
- +
- {textContent.cards[selectedTab].imagePathname} + {textContent.cards.map((info, index) => ( + + +
+ + ))}
- + +
+
+
+

{textContent.cards[selectedTab].selectorTab}

+ + {textContent.cards[selectedTab].description} + +
+ {textContent.cards[selectedTab].imagePathname} +
+
+
+
+
+
{/*Mobile/Tablet View*/}
From 273e1639e141d1774938401b193eaa704e26a7f1 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 19 Dec 2024 11:52:49 +0100 Subject: [PATCH 04/10] Update WhatCanWeDo.tsx --- src/components/business/WhatCanWeDo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/business/WhatCanWeDo.tsx b/src/components/business/WhatCanWeDo.tsx index d96ba02b8..4a791e74c 100644 --- a/src/components/business/WhatCanWeDo.tsx +++ b/src/components/business/WhatCanWeDo.tsx @@ -35,7 +35,7 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => {

{textContent.title}

{textContent.description}

-
+
{textContent.cards.map((info, index) => ( @@ -47,7 +47,7 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => { onTabSelectorButtonClicked(index); }} > -

{info.selectorTab}

+

{info.selectorTab}

From 2f2ce59b74cabe28b1314ac4715aa8e1e9e44640 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 19 Dec 2024 15:51:58 +0100 Subject: [PATCH 05/10] update: business transtalations --- src/assets/lang/de/business.json | 4 +-- src/assets/lang/en/business.json | 6 ++-- src/assets/lang/es/business.json | 52 ++++++++++++++--------------- src/assets/lang/fr/business.json | 4 +-- src/assets/lang/it/business.json | 4 +-- src/assets/lang/ru/business.json | 4 +-- src/assets/lang/zh-tw/business.json | 4 +-- src/assets/lang/zh/business.json | 4 +-- 8 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/assets/lang/de/business.json b/src/assets/lang/de/business.json index b01495a51..16550016a 100644 --- a/src/assets/lang/de/business.json +++ b/src/assets/lang/de/business.json @@ -12,14 +12,14 @@ "description": "Datenverstöße können Unternehmen ruinieren, schwere finanzielle Verluste verursachen, betriebliche Störungen auslösen und den Ruf Ihres Unternehmens schädigen.", "cards": [ { - "title": "4,45 Mio. $", + "title": "4,88 Mio. $", "description": "Durchschnittliche Kosten eines Datenverstoßes" }, { "title": "73 Mio.", "description": "AT&T-Kundendaten, die 2024 durchgesickert sind" }, { "title": "318 Tage", "description": "Durchschnittliche Zeit zur Erkennung eines Datenverstoßes" }, { "title": "24%", "description": "Der Ransomware-Angriffe zielen auf Unternehmen ab" } ], - "footerText": "*Daten gesammelt aus dem IBM Security Cost of a Data Breach Report 2023." + "footerText": "*Daten gesammelt aus dem IBM Security Cost of a Data Breach Report 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt schützt Ihr Unternehmen vor Datenverstößen", diff --git a/src/assets/lang/en/business.json b/src/assets/lang/en/business.json index bf12a00f5..fb1fc1648 100644 --- a/src/assets/lang/en/business.json +++ b/src/assets/lang/en/business.json @@ -16,10 +16,10 @@ "description": "Average cost of a data breach" }, { "title": "73 m", "description": "AT&T customer records leaked in 2024" }, - { "title": "258 days", "description": "Average time to identify a data breach" }, - { "title": "46%", "description": "Of breaches involve personal data" } + { "title": "318 days", "description": "Average time to identify a data breach" }, + { "title": "24%", "description": "Of breaches involve personal data" } ], - "footerText": "*Data collected from IBM Security Cost of a Data Breach Report 2023." + "footerText": "*Data collected from IBM Security Cost of a Data Breach Report 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt protects your business from data breaches", diff --git a/src/assets/lang/es/business.json b/src/assets/lang/es/business.json index 03bbdff2e..c21003d81 100644 --- a/src/assets/lang/es/business.json +++ b/src/assets/lang/es/business.json @@ -8,54 +8,54 @@ "cta": "Obtén Internxt para negocios" }, "SecureYourCompany": { - "title": "Asegura el futuro de tu empresa con el almacenamiento en la nube cifrado de Internxt", + "title": "Protege tu empresa con el almacenamiento en la nube de empresas de Internxt", "description": "Las violaciones de datos pueden devastar a las empresas, causando graves pérdidas financieras, interrupciones operativas y dañando la reputación de tu negocio.", "cards": [ { - "title": "$4.45 m", - "description": "Costo promedio de una violación de datos" + "title": "$4.88 m", + "description": "Coste promedio de una violación de datos" }, { "title": "73 m", "description": "Registros de clientes de AT&T filtrados en 2024" }, { "title": "318 días", "description": "Tiempo promedio para identificar una violación de datos" }, { "title": "24%", "description": "De los ataques de ransomware apuntan a empresas" } ], - "footerText": "*Datos recopilados del Informe de Costo de una Violación de Datos de IBM Security 2023." + "footerText": "*Datos recopilados del Informe de Costo de una Violación de Datos de IBM Security 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt protege tu negocio de las violaciones de datos", "description": [ - "Otros proveedores tienen las claves de descifrado de tus datos y teóricamente pueden ver tus archivos, exponiendo tu negocio a violaciones de datos, hacks o filtraciones.", - "Ofrecemos verdadera privacidad de datos — no tenemos acceso a la información de tu negocio, tus datos están completamente cifrados y solo tú puedes acceder a ellos." + "Otros proveedores tienen las claves de descifrado de tus datos y pueden acceder a tus archivos, exponiendo tu negocio a violaciones de datos, hackers o filtraciones. Nosotros no.", + "Internxt te ofrece una privacidad de datos completa — no tenemos acceso a la información de tu negocio, tus datos están completamente cifrados y solo tú puedes acceder a ellos." ] }, "WhatCanWeDo": { "title": "¿Qué puedes hacer con Internxt?", - "description": "Optimiza la gestión de archivos, seguridad y privacidad de tu organización con nuestro almacenamiento en la nube seguro para negocios.", + "description": "Optimiza la gestión de archivos, seguridad y privacidad de tu organización con nuestro almacenamiento en la nube para empresas.", "cards": [ { "imagePathname": "internxt_b2b_feature1", "selectorTab": "Gestiona tu organización", - "description": "Internxt empodera a las empresas con funciones para gestionar miembros de tu organización, personalizar espacios de trabajo y gestionar la facturación y pagos de tu cuenta. Cambia fácilmente entre tu cuenta de negocio y personal de Internxt para optimizar la productividad y organización de archivos." + "description": "Internxt ofrece a las empresas funciones para administrar a los miembros de tu organización, personalizar espacios de trabajo y administrar la facturación y los pagos de tu cuenta. Cambia fácilmente entre tus cuentas comerciales y personales de Internxt para optimizar la productividad y la organización de archivos." }, { "imagePathname": "internxt_b2b_feature2", - "selectorTab": "Compartición segura de archivos entre departamentos", - "description": "El almacenamiento en la nube seguro incluye funciones de compartición de archivos seguras dentro de diferentes departamentos para colaborar de manera segura en equipos. Protege con contraseña y restringe el acceso a archivos para enviar archivos confidenciales a socios, asegurando que mantienes el control sobre su seguridad." + "selectorTab": "Comparte archivos de forma segura", + "description": "El servicio de almacenamiento en la nube incluye funciones seguras para compartir archivos dentro de diferentes departamentos para colaborar de forma privada entre equipos. Protege con contraseña y restringe el acceso de archivos confidenciales para garantizar el control total sobre tu seguridad." }, { "imagePathname": "internxt_b2b_feature3", "selectorTab": "Gestión de sesiones", - "description": "El almacenamiento en la nube de Internxt ofrece gestión avanzada de sesiones, proporcionando notificaciones de inicio de sesión en tiempo real y monitoreo detallado de sesiones remotas (cliente, SO, IP, ubicación, última hora activa). Este nivel de seguridad permite al administrador de la cuenta detectar accesos no autorizados, gestionar sesiones de manera eficiente y proteger datos sensibles." + "description": "El almacenamiento en la nube para empresas de Internxt ofrece gestión avanzada de sesiones, proporcionando notificaciones de inicio de sesión en tiempo real y monitoreo remoto detallado de la sesión (cliente, sistema operativo, IP, ubicación, última hora activa). Esta seguridad de alto nivel permite al administrador de cuentas detectar accesos no autorizados, administrar sesiones de manera eficiente y proteger datos confidenciales." }, { "imagePathname": "internxt_b2b_feature4", - "selectorTab": "Asignación flexible de almacenamiento", - "description": "Internxt ofrece a tu equipo una asignación flexible completa de almacenamiento para aumentar tu capacidad según tus necesidades. Con nuestros planes, puedes añadir usuarios, asignar almacenamiento según las necesidades y aumentar la capacidad según sea necesario, asegurando eficiencia de costos, escalabilidad y utilización óptima de recursos." + "selectorTab": "Almacenamiento flexible", + "description": "Internxt ofrece a los equipos una asignación de almacenamiento totalmente flexible para actualizar tu almacenamiento según tus necesidades. Con nuestros planes, puedes agregar usuarios, asignar almacenamiento y aumentar la capacidad según tus necesidades, lo que garantiza rentabilidad, escalabilidad y utilización óptima de los recursos." }, { "imagePathname": "internxt_b2b_feature5", "selectorTab": "Registros de Acceso", - "description": "Monitoriza fácilmente la actividad del equipo con un registro de actividad completo, que ofrece una visión clara de las interacciones con archivos y el acceso de los usuarios. Rastrea quién ha iniciado sesión, subido o modificado archivos, brindándote control total y garantizando la seguridad de los datos en todo tu equipo." + "description": "Supervisa fácilmente la actividad de tu equipo con un registro de actividad completo que ofrece una visualización de las interacciones de archivos y el acceso de los usuarios. Realiza un seguimiento de quién inició sesión, subió o modificó archivos, y disfruta de un control y seguridad total de los datos de tu empresa." } ] }, @@ -88,25 +88,25 @@ "cards": [ { "title": "Cumple con el RGPD", - "description": "El Reglamento General de Protección de Datos (RGPD) y otras leyes europeas de privacidad imponen una estricta protección de datos. Siguiendo estas leyes, Internxt toma todas las medidas para proteger los datos de tu negocio." + "description": "El Reglamento General de Protección de Datos (GDPR) y otras leyes de privacidad europeas imponen una estricta protección de datos. Al seguir estas leyes, Internxt cumple todas las medidas necesarias para proteger los datos de tu empresa." }, { - "title": "Cero acceso, máximo cifrado", - "description": "El cifrado de extremo a extremo asegura tus archivos cifrando todo en tu dispositivo. Nadie, ni siquiera Internxt, puede ver tus archivos. En el improbable caso de una violación de datos, los hackers no pueden descifrar y robar los datos de tu negocio." + "title": "Acceso cero, máximo cifrado", + "description": "El cifrado de extremo a extremo protege tus archivos al cifrar todo lo que hay en tu dispositivo. Nadie, ni siquiera Internxt, puede acceder a tus archivos. En el improbable caso de que se produzca una filtración de datos, los piratas informáticos no pueden descifrar ni robar los datos de tu empresa." }, { "title": "Tú controlas tus datos", - "description": "A diferencia de Google Drive, Dropbox y OneDrive, Internxt no tiene rastreadores y nunca comparte datos con terceros. Los datos de tu negocio permanecen privados y protegidos con las máximas medidas de seguridad disponibles." + "description": "A diferencia de Google Drive, Dropbox y OneDrive, Internxt no tiene rastreadores y nunca comparte datos con terceros. Los datos de tu empresa permanecen privados y protegidos con las máximas medidas de seguridad disponibles." }, { "title": "100% transparente y seguro", - "description": "Todos nuestros productos están construidos usando código abierto. El código que usamos para proteger los datos está disponible para que todos lo inspeccionen. No tenemos nada que ocultar excepto tus datos." + "description": "Todos nuestros productos están construidos utilizando código abierto. El código que utilizamos para proteger los datos está disponible para que todos lo inspeccionen y auditen. No tenemos nada que ocultar excepto tus datos." } ] }, "EncryptedCloudSolution": { - "title": "Soluciones de nube cifrada para tu negocio", - "description": "Internxt proporciona una avanzada seguridad de almacenamiento en la nube con cifrado de grado militar para compartir y almacenar archivos de manera segura y gestionar tu organización." + "title": "Solución de almacenamiento en la nube encriptada para empresas", + "description": "Internxt proporciona seguridad avanzada de almacenamiento en la nube con cifrado de nivel militar para compartir archivos, almacenamiento y copias de seguridad para administrar de forma segura tu organización." }, "TestimonialsSection": { "title": "Lo que los expertos dicen sobre nosotros", @@ -114,27 +114,27 @@ { "imageBrandName": "techradar", "brand": "Techradar", - "review": "Internxt es un excelente servicio de almacenamiento en la nube debido a sus planes asequibles y su interfaz intuitiva. Sobresale en medidas de seguridad y compromiso con la privacidad, lo que lo convierte en una excelente opción para los usuarios de negocios que priorizan la seguridad." + "review": "Internxt es un excelente servicio de almacenamiento en la nube debido a sus planes asequibles y su interfaz muy intuitiva. Gracias a sus medidas de seguridad y compromiso con la privacidad, lo convierte en una excelente opción para las empresas que priorizan su seguridad." }, { "imageBrandName": "PCWorld", "brand": "PCWorld", - "review": "El acceso web intuitivamente integrado de Internxt, la sincronización de archivos y los verdaderos servicios de copia de seguridad son impresionantes. Este servicio de almacenamiento y copia de seguridad en línea es fácil de usar, cubre todas las bases y los planes de por vida son una ganga." + "review": "El acceso web, la sincronización de archivos y las copias de seguridad son increíbles. Internxt Drive es muy fácil de usar, y los planes de por vida son muy económicos. " }, { "imageBrandName": "cloudwards", "brand": "Cloudwards", - "review": "Internxt es conocido como una solución de almacenamiento en la nube segura que prioriza la privacidad del usuario. Si la privacidad y la seguridad son tus mayores preocupaciones con el almacenamiento en la nube, definitivamente vale la pena considerar Internxt." + "review": "Internxt es una solución de almacenamiento en la nube segura que prioriza la privacidad del usuario. Si la privacidad y la seguridad son tus mayores preocupaciones, vale la pena considerar Internxt." }, { "imageBrandName": "bitcatcha", "brand": "Bitcatcha", - "review": "Internxt va más allá para protegerte y darte propiedad de tus datos, por lo que son excelentes para negocios. Recomendado para cualquiera que valore la privacidad." + "review": "Internxt va más allá para protegerte y darte control total de tus datos, por lo que son excelentes para almacenar los archivos de tu empresa. Lo recomiendo para cualquier negocio que valore su privacidad." }, { "imageBrandName": "ffstoppers", "brand": "Fstoppers", - "review": "¿Por qué elegir Internxt? Diría que la naturaleza simplificada y simple de cómo funciona. Es simplemente una opción de almacenamiento en la nube cifrada con 256 bits sin complicaciones que cualquiera puede usar." + "review": "¿Por qué elegir Internxt? Diría que su interfaz es simple y clara, y es muy fácil de usar. Una buena opción de almacenamiento en la nube cifrada." }, { "imageBrandName": "guru99", diff --git a/src/assets/lang/fr/business.json b/src/assets/lang/fr/business.json index 9314cf87f..369b6a693 100644 --- a/src/assets/lang/fr/business.json +++ b/src/assets/lang/fr/business.json @@ -12,14 +12,14 @@ "description": "Les violations de données peuvent dévaster les entreprises, causant des pertes financières sévères, des perturbations opérationnelles et des dommages à la réputation de votre entreprise.", "cards": [ { - "title": "4,45 M$", + "title": "4,88 M$", "description": "Coût moyen d'une violation de données" }, { "title": "73 M", "description": "Dossiers clients d'AT&T divulgués en 2024" }, { "title": "318 jours", "description": "Temps moyen pour identifier une violation de données" }, { "title": "24%", "description": "Des attaques de ransomware ciblent les entreprises" } ], - "footerText": "*Données collectées à partir du rapport IBM Security Cost of a Data Breach 2023." + "footerText": "*Données collectées à partir du rapport IBM Security Cost of a Data Breach 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt protège votre entreprise contre les violations de données", diff --git a/src/assets/lang/it/business.json b/src/assets/lang/it/business.json index baf8039b8..c0a7a3865 100644 --- a/src/assets/lang/it/business.json +++ b/src/assets/lang/it/business.json @@ -12,14 +12,14 @@ "description": "Le violazioni dei dati possono devastare le aziende, causando gravi perdite finanziarie, interruzioni operative e danni alla reputazione della tua azienda.", "cards": [ { - "title": "4,45 milioni $", + "title": "4,88 milioni $", "description": "Costo medio di una violazione dei dati" }, { "title": "73 milioni", "description": "Dati dei clienti AT&T trapelati nel 2024" }, { "title": "318 giorni", "description": "Tempo medio per identificare una violazione dei dati" }, { "title": "24%", "description": "Degli attacchi ransomware mirano alle aziende" } ], - "footerText": "*Dati raccolti dal rapporto IBM Security Cost of a Data Breach 2023." + "footerText": "*Dati raccolti dal rapporto IBM Security Cost of a Data Breach 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt protegge la tua azienda dalle violazioni dei dati", diff --git a/src/assets/lang/ru/business.json b/src/assets/lang/ru/business.json index ff4291c05..8998541cb 100644 --- a/src/assets/lang/ru/business.json +++ b/src/assets/lang/ru/business.json @@ -12,14 +12,14 @@ "description": "Утечки данных могут разрушить бизнес, вызывая серьезные финансовые потери, операционные сбои и ущерб репутации вашей компании.", "cards": [ { - "title": "4,45 млн $", + "title": "4,88 млн $", "description": "Средняя стоимость утечки данных" }, { "title": "73 млн", "description": "Данные клиентов AT&T утекли в 2024 году" }, { "title": "318 дней", "description": "Среднее время для обнаружения утечки данных" }, { "title": "24%", "description": "Атак на вымогательство нацелены на бизнес" } ], - "footerText": "*Данные собраны из отчета IBM Security Cost of a Data Breach 2023." + "footerText": "*Данные собраны из отчета IBM Security Cost of a Data Breach 2024." }, "InternxtProtectsYourBusiness": { "title": "Internxt защищает ваш бизнес от утечек данных", diff --git a/src/assets/lang/zh-tw/business.json b/src/assets/lang/zh-tw/business.json index e672cdd94..1e96834e1 100644 --- a/src/assets/lang/zh-tw/business.json +++ b/src/assets/lang/zh-tw/business.json @@ -15,11 +15,11 @@ "title": "445 萬美元", "description": "數據洩露的平均成本" }, - { "title": "7300 萬", "description": "2024 年 AT&T 客戶記錄洩露" }, { "title": "318 天", "description": "識別數據洩露的平均時間" }, + { "title": "7300 萬", "description": "2024 年 AT&T 客戶記錄洩露" }, { "title": "24%", "description": "勒索軟件攻擊的目標是企業" } ], - "footerText": "*數據來源於 IBM 安全數據洩露成本報告 2023。" + "footerText": "*數據來源於 IBM 安全數據洩露成本報告 2024。" }, "InternxtProtectsYourBusiness": { "title": "Internxt 保護您的企業免受數據洩露", diff --git a/src/assets/lang/zh/business.json b/src/assets/lang/zh/business.json index 02659485b..dffdbadac 100644 --- a/src/assets/lang/zh/business.json +++ b/src/assets/lang/zh/business.json @@ -15,11 +15,11 @@ "title": "445 万美元", "description": "数据泄露的平均成本" }, - { "title": "7300 万", "description": "2024 年 AT&T 客户记录泄露" }, { "title": "318 天", "description": "识别数据泄露的平均时间" }, + { "title": "7300 万", "description": "2024 年 AT&T 客户记录泄露" }, { "title": "24%", "description": "勒索软件攻击的目标是企业" } ], - "footerText": "*数据来源于 IBM 安全数据泄露成本报告 2023。" + "footerText": "*数据来源于 IBM 安全数据泄露成本报告 2024" }, "InternxtProtectsYourBusiness": { "title": "Internxt 保护您的企业免受数据泄露", From 9bdaffb784fcdb46e05c1bb0e028e465d5edf657 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 19 Dec 2024 15:54:45 +0100 Subject: [PATCH 06/10] update: titles for mobile version --- src/components/business/EncryptedCloudSolution.tsx | 2 +- src/components/business/InternxtProtectsYourBusiness.tsx | 2 +- src/components/business/SecureYourCompany.tsx | 4 ++-- src/components/business/TestimonialsSectionForBusiness.tsx | 4 ++-- src/components/business/WhatCanWeDo.tsx | 6 +++--- src/components/shared/sections/FaqSection.tsx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/business/EncryptedCloudSolution.tsx b/src/components/business/EncryptedCloudSolution.tsx index ef6e4e59a..394313a56 100644 --- a/src/components/business/EncryptedCloudSolution.tsx +++ b/src/components/business/EncryptedCloudSolution.tsx @@ -15,7 +15,7 @@ export const EncryptedCloudSolution = ({ textContent }: EncryptedCloudSolutionPr >
-

{textContent.title}

+

{textContent.title}

{textContent.description}

diff --git a/src/components/business/InternxtProtectsYourBusiness.tsx b/src/components/business/InternxtProtectsYourBusiness.tsx index 60dacff25..6ddf7008c 100644 --- a/src/components/business/InternxtProtectsYourBusiness.tsx +++ b/src/components/business/InternxtProtectsYourBusiness.tsx @@ -6,7 +6,7 @@ export const InternxtProtectsYourBusiness = ({ textContent }: InternxtProtectsYo return (
-

{textContent.title}

+

{textContent.title}

{textContent.description.map((text) => (

diff --git a/src/components/business/SecureYourCompany.tsx b/src/components/business/SecureYourCompany.tsx index 75e0ce754..3d36ba312 100644 --- a/src/components/business/SecureYourCompany.tsx +++ b/src/components/business/SecureYourCompany.tsx @@ -3,10 +3,10 @@ interface SecureYourCompanyProps { } export const SecureYourCompany = ({ textContent }: SecureYourCompanyProps): JSX.Element => ( -

+
-

{textContent.title}

+

{textContent.title}

{textContent.description}

diff --git a/src/components/business/TestimonialsSectionForBusiness.tsx b/src/components/business/TestimonialsSectionForBusiness.tsx index b3cc5515a..affdef0ed 100644 --- a/src/components/business/TestimonialsSectionForBusiness.tsx +++ b/src/components/business/TestimonialsSectionForBusiness.tsx @@ -41,7 +41,7 @@ export const TestimonialsSectionForBusiness = ({ textContent }: TestimonialsSect return (
-

{textContent.title}

+

{textContent.title}

diff --git a/src/components/business/WhatCanWeDo.tsx b/src/components/business/WhatCanWeDo.tsx index 4a791e74c..07a7bf38e 100644 --- a/src/components/business/WhatCanWeDo.tsx +++ b/src/components/business/WhatCanWeDo.tsx @@ -32,7 +32,7 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => { >
-

{textContent.title}

+

{textContent.title}

{textContent.description}

@@ -81,9 +81,9 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => { {textContent.cards.map((testimonial) => (
-
+

{testimonial.selectorTab}

{testimonial.description}

diff --git a/src/components/shared/sections/FaqSection.tsx b/src/components/shared/sections/FaqSection.tsx index b9c13e01a..daea89d0b 100644 --- a/src/components/shared/sections/FaqSection.tsx +++ b/src/components/shared/sections/FaqSection.tsx @@ -10,7 +10,7 @@ const FAQSection = ({ textContent, bgColor, cardColor }: FAQSectionProps) => { return (
-

{textContent.title}

+

{textContent.title}

{textContent.faq.map((item) => (
From 4128211e22721609fa1f3219cf95a941c29cb02f Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 20 Dec 2024 08:52:53 +0100 Subject: [PATCH 07/10] Update TestimonialsSectionForBusiness.tsx --- src/components/business/TestimonialsSectionForBusiness.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/business/TestimonialsSectionForBusiness.tsx b/src/components/business/TestimonialsSectionForBusiness.tsx index affdef0ed..2bdf673ed 100644 --- a/src/components/business/TestimonialsSectionForBusiness.tsx +++ b/src/components/business/TestimonialsSectionForBusiness.tsx @@ -80,7 +80,7 @@ export const TestimonialsSectionForBusiness = ({ textContent }: TestimonialsSect
{/*Mobile/Tablet View*/} -
+
{textContent.testimonials.map((testimonial) => (
Date: Fri, 20 Dec 2024 09:03:13 +0100 Subject: [PATCH 08/10] Update WhatCanWeDo.tsx --- src/components/business/WhatCanWeDo.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/business/WhatCanWeDo.tsx b/src/components/business/WhatCanWeDo.tsx index 07a7bf38e..9356bef3b 100644 --- a/src/components/business/WhatCanWeDo.tsx +++ b/src/components/business/WhatCanWeDo.tsx @@ -4,6 +4,7 @@ import Image from 'next/image'; import { Fragment, useState } from 'react'; import RevealX from '../components/RevealX'; import ReactMarkdown from 'react-markdown'; +import { CaretRight } from '@phosphor-icons/react'; interface WhatCanWeDoProps { textContent: any; @@ -77,14 +78,23 @@ export const WhatCanWeDo = ({ textContent }: WhatCanWeDoProps): JSX.Element => {
{/*Mobile/Tablet View*/} -
- {textContent.cards.map((testimonial) => ( +
+ {textContent.cards.map((testimonial, index) => (
-
+ +

{testimonial.description}

From 5a3e30a5484d642edeb7728db42f95f6863298e4 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 20 Dec 2024 09:27:31 +0100 Subject: [PATCH 09/10] update: herp section --- src/assets/lang/es/business.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/lang/es/business.json b/src/assets/lang/es/business.json index c21003d81..2c7ecf11c 100644 --- a/src/assets/lang/es/business.json +++ b/src/assets/lang/es/business.json @@ -1,11 +1,11 @@ { "HeroSection": { - "title": "Protege tu negocio con almacenamiento en la nube privado y seguro", + "title": "Almacenamiento en la nube para empresas privado y seguro", "description": [ - "Internxt asegura tu negocio contra la pérdida de datos con almacenamiento en la nube seguro construido con cifrado ultra potente.", + "nternxt protege tu negocio contra la pérdida de datos con su servicio de almacenamiento en la nube para empresas construido con cifrado ultra potente para mantener toda tu información segura y privada.", "Proporcionamos todo lo que necesitas para gestionar tu negocio de manera segura." ], - "cta": "Obtén Internxt para negocios" + "cta": "Obtén Internxt para tu empresa" }, "SecureYourCompany": { "title": "Protege tu empresa con el almacenamiento en la nube de empresas de Internxt", From 40b4baca6556dad26b8c43db71694a7d5693bb41 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 20 Dec 2024 09:28:20 +0100 Subject: [PATCH 10/10] Update business.json --- src/assets/lang/es/business.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/lang/es/business.json b/src/assets/lang/es/business.json index 2c7ecf11c..9de65dd9e 100644 --- a/src/assets/lang/es/business.json +++ b/src/assets/lang/es/business.json @@ -2,7 +2,7 @@ "HeroSection": { "title": "Almacenamiento en la nube para empresas privado y seguro", "description": [ - "nternxt protege tu negocio contra la pérdida de datos con su servicio de almacenamiento en la nube para empresas construido con cifrado ultra potente para mantener toda tu información segura y privada.", + "Internxt protege tu negocio contra la pérdida de datos con su servicio de almacenamiento en la nube para empresas construido con cifrado ultra potente para mantener toda tu información segura y privada.", "Proporcionamos todo lo que necesitas para gestionar tu negocio de manera segura." ], "cta": "Obtén Internxt para tu empresa"