diff --git a/src/assets/lang/en/footer.json b/src/assets/lang/en/footer.json index 34c6da9..c0a15bd 100644 --- a/src/assets/lang/en/footer.json +++ b/src/assets/lang/en/footer.json @@ -20,17 +20,21 @@ }, "comingSoon": "Coming soon", "new": "New", + "financialProject": "Project funded by the Generalitat Valenciana through the IVACE (Institute for Business Competitiveness)", "sections": { "products": { "title": "Products", "drive": "Internxt Drive", - "photos": "Internxt Photos", + "objStorage": "Internxt Enterprise S3", + "antivirus": "Internxt Antivirus", "send": "Internxt Send", - "webDAV": "WebDAV", "vpn": "Internxt VPN", - "token": "Token", - "pricing": "Pricing", - "business": "Internxt for Business" + "cleaner": "Internxt Cleaner", + "meet": "Internxt Meet", + "ai": "Internxt AI", + "business": "Internxt for Business", + "family": "Internxt Family", + "pricing": "Pricing" }, "company": { "title": "Company", @@ -40,7 +44,7 @@ "mediaArea": "Media Area", "security": "Security", "legal": "Legal", - "whyInternxt": "Why Internxt?" + "sustainability": "Sustainability" }, "join": { "title": "Join Us", @@ -50,33 +54,64 @@ "signup": "Create Account", "support": "Support", "login": "Log In", - "community": "Community", "github": "GitHub", - "whitePaper": "White Paper", - "twitter": "Twitter", - "facebook": "Facebook", - "linkedin": "LinkedIn", - "youtube": "Youtube", - "instagram": "Instagram", - "mastodon": "Mastodon" + "whitePaper": "White Paper" }, "resources": { "title": "Resources", "blog": "Blog", "comparison": "Cloud Storage Comparison", - "directoryOfPrivacyOrganizations": "Directory of Privacy Organizations", + "alternatives": "Alternatives", + "cloudStorage": "Cloud Storage Alternatives", + "videoCalls": "Video Call Alternatives", "pCloudAlternative": "pCloud Alternative", - "cyberAwareness": "Cyber Awareness", - "whatGoogleKnowsAboutMe": "What Google Knows" + "dropboxAlternative": "Dropbox Alternative", + "megaAlternative": "MEGA Alternative", + "koofrAlternative": "Koofr Alternative", + "icedriveAlternative": "Icedrive Alternative", + "onedriveAlternative": "OneDrive Alternative", + "googleDriveAlternative": "Google Drive Alternative", + "drimeAlternative": "Drime Alternative", + "degooAlternative": "Degoo Alternative", + "fileJumpAlternative": "FileJump Alternative", + "elephantDriveAlternative": "ElephantDrive Alternative", + "syncAlternative": "Sync.com Alternative", + "filenAlternatice": "Filen Alternative", + "iDriveAlternative": "IDrive Alternative", + "teraboxAlternative": "Terabox Alternative", + "protonAlternative": "Proton Drive Alternative", + "googleMeet": "Google Meet Alternative", + "zoom": "Zoom Alternative", + "teams": "Microsoft Teams Alternative", + "whatGoogleKnowsAboutMe": "What Google Knows", + "WebDAV": "WebDAV, Rclne & CLI", + "nas": "NAS", + "coupons": "Coupons", + "reviews": "Reviews", + "certifications": "Certifications" }, "tools": { "title": "Free Tools", + "byteConverter": "Byte Converter", "temporaryEmail": "Temporary Email", - "fileVirusScan": "File Virus Scanner", "passwordChecker": "Password Checker", - "byteConverter": "Byte Converter", + "fileVirusScan": "File Virus Scanner", "passwordGenerator": "Password Generator", - "fileConverter": "File Converter" + "fileConverter": "File Converter", + "haveIBeenPwned": "Dark Web Monitor", + "metadataRemover": "Metadata Remover", + "aiDetector": "AI Detector", + "fileCompressor": "File Compressor" + }, + "features": { + "title": "Features", + "privateCloud": "Private Cloud Storage", + "cloudBakcup": "Cloud Storage Backup", + "GDPRCloud": "GDPR Cloud Storage", + "cloudPhotos": "Cloud Storage for Photos", + "cloudVideo": "Cloud Storage for Videos", + "lifetime": "Lifetime Plans", + "freeCloudStorage": "Free Cloud Storage" } } }, diff --git a/src/assets/lang/en/navbar.json b/src/assets/lang/en/navbar.json index c5f8df0..de3bf6d 100644 --- a/src/assets/lang/en/navbar.json +++ b/src/assets/lang/en/navbar.json @@ -7,19 +7,22 @@ "login": "Log in", "getStarted": "Get Internxt", "checkout": "Claim now!" + }, "products": { "drive": "Internxt Drive", - "photos": "Internxt Photos", - "send": "Internxt Send", - "s3": "Internxt S3", + "antivirus": "Internxt Antivirus", "vpn": "Internxt VPN", - "comingSoon": "Coming soon", - "new": "New" + "cleaner": "Internxt Cleaner", + "meet": "Internxt Meet", + "ai": "Internxt AI", + "s3": "Enterprise Cloud Storage" }, "ourValues": { "privacy": "Privacy", - "openSource": "Open Source" + "openSource": "Open Source", + "sustainability": "Sustainability", + "certifications": "Certifications" }, "Auth": { "SignUp": { diff --git a/src/assets/social/DownloadQR.webp b/src/assets/social/DownloadQR.webp new file mode 100644 index 0000000..2a69c58 Binary files /dev/null and b/src/assets/social/DownloadQR.webp differ diff --git a/src/assets/social/ISO-27001.webp b/src/assets/social/ISO-27001.webp new file mode 100644 index 0000000..3b5b699 Binary files /dev/null and b/src/assets/social/ISO-27001.webp differ diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index 3dea1eb..7765c1c 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -8,17 +8,11 @@ import logo from '../../logo.svg'; import logo_dark from '../../logo_dark.svg'; import urls from '../../lib/urls'; -const INTERNXT_URL = 'https://internxt.com'; - export default function Navbar() { const [menuState, setMenuState] = useState(false); // eslint-disable-next-line @typescript-eslint/no-unused-vars const [scrolled, setScrolled] = useState(true); - // DIALOG MANAGEMENT - - // SCROLL EFFECTS - const handleScroll = () => setScrolled(window.pageYOffset > 0); useEffect(() => { @@ -54,7 +48,7 @@ export default function Navbar() { >