Add Uptime link to footer and update translations
- Introduced a new Uptime link in the footer for system status monitoring. - Updated translations to include the Uptime label in the footer. - Simplified page title for improved clarity and focus on IT systems and automation.
This commit is contained in:
@@ -25,6 +25,7 @@ export interface Translation {
|
||||
footer: {
|
||||
terms: string;
|
||||
privacyPolicy: string;
|
||||
uptime: string;
|
||||
};
|
||||
cookies: {
|
||||
message: string;
|
||||
@@ -177,6 +178,7 @@ export const translations: Record<string, Translation> = {
|
||||
footer: {
|
||||
terms: 'Terms',
|
||||
privacyPolicy: 'Privacy Policy',
|
||||
uptime: 'Uptime',
|
||||
},
|
||||
hero: {
|
||||
title: 'Unlock Your Business Potential with Expert IT Automation',
|
||||
|
Reference in New Issue
Block a user