feat: update site

This commit is contained in:
Strix 2025-03-25 22:46:00 +01:00
parent 71b2aaae4f
commit a6ff285b2e
6 changed files with 321 additions and 37 deletions

66
public/res/locale/en.json Normal file
View file

@ -0,0 +1,66 @@
{
"$": {
"name": "Nebulosus",
"kvk": 93409583,
"mail": "info@nebulosus.nl",
"motto": "Focused on innovation."
},
"about": {
"title": "About",
"text": "Nebulosus is a Dutch company focused on intuition, <span style='letter-spacing: 1px;'>simplicity</span>, <b style='color: darkgoldenrod;'>redundancy</b>, <span style='color: darkcyan; text-decoration: underline;'>reliability</span>, and <i style='color: green'>friendliness</i>. <br /> We believe software should be intuitive and aware of its environment. This is the standard we aim for at Nebulosus.<br />Looking to develop an app with intuitive design and robust infrastructure? Get in touch!<br />Need a company website? Lets discuss how we can help."
},
"offer": {
"title": "Offer",
"it-consultancy": {
"title": "IT Consultancy",
"tagline": "IT consultancy services for your business.",
"description": "Nebulosus offers IT consultancy services for your business. Giving you a clear understanding of the technology you need to move forward.",
"solutions": [
"IT Strategy",
"Infrastructure",
"Security",
"Compliance",
"Training"
]
},
"managed-hosting": {
"title": "Managed Hosting",
"tagline": "Managed hosting services for your website.",
"description": "Nebulosus offers managed hosting services for your website. Taking care of the technical stuff so you can focus on your business.",
"solutions": [
"Application Hosting",
"DNS Management (Domain and Subdomains)",
"SSL Certificates",
"Email Hosting"
]
},
"tech-support": {
"title": "Tech Support",
"tagline": "Professional support for your technical issues.",
"description": "Having an issue with your website, computer, or network? Nebulosus offers professional support for all your technical issues.",
"solutions": [
"Android/iOS Support",
"Windows/Mac/Linux Support",
"Network Support",
"Installation and Configuration",
"Advice and Guidance"
]
},
"development": {
"title": "Development",
"tagline": "Development services for your business.",
"description": "Nebulosus offers development services for your application. Whether you need a website, custom integration, or want to automate your business, Nebulosus can help.",
"solutions": [
"(Web)applications",
"Integration development",
"Automation",
"API Development",
"Database Development"
]
}
},
"dict": {
"kvk": "Chamber of Commerce",
"mail": "Email"
}
}