Revise English homepage translations for improved clarity and engagement
- Updated the English translations for the ExplosiveHomepage, enhancing the hero, actions, services, approach, cta, and contact sections. - Refined language to better reflect the services offered and to create a more compelling user experience. - Ensured consistency in terminology and messaging throughout the homepage content.
This commit is contained in:
@@ -54,88 +54,87 @@ export function getExplosiveHomepageTranslation(lang: string): ExplosiveHomepage
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const explosiveHomepageTranslations: Record<string, ExplosiveHomepageTranslation> = {
|
export const explosiveHomepageTranslations: Record<string, ExplosiveHomepageTranslation> = {
|
||||||
en: {
|
"en": {
|
||||||
hero: {
|
"hero": {
|
||||||
title: 'Transform Your Business',
|
"title": "Future-Proof Your Business",
|
||||||
subtitle: 'Unleash the power of AI automation • Microsoft 365 mastery • Custom integrations that actually work',
|
"subtitle": "Harness the power of AI automation • Microsoft 365 expertise • Tailored integrations that deliver real results"
|
||||||
},
|
|
||||||
actions: {
|
|
||||||
learnMore: 'Ignite Your Business',
|
|
||||||
contactMe: "Let's Talk",
|
|
||||||
},
|
|
||||||
services: {
|
|
||||||
tagline: 'AUTOMATION POWERHOUSE',
|
|
||||||
title: 'Services That Actually Move the Needle',
|
|
||||||
subtitle: "Stop wasting time on manual tasks. Let's automate everything and watch your productivity explode.",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
title: 'Power Automate Magic',
|
|
||||||
description: 'Turn 8-hour tasks into 5-minute workflows',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'AI Chatbots That Work',
|
|
||||||
description: 'Smart bots that actually understand your business',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'API Integration Wizardry',
|
|
||||||
description: 'Connect everything to everything',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Microsoft 365 Optimization',
|
|
||||||
description: 'Make M365 work like it should have from day one',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "SharePoint That Doesn't Suck",
|
|
||||||
description: 'Finally, SharePoint that people actually want to use',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Infrastructure That Scales',
|
|
||||||
description: 'Rock-solid systems that grow with you',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
approach: {
|
|
||||||
tagline: 'THE BERGSMA METHOD',
|
|
||||||
title: 'Less Talk, More Results',
|
|
||||||
expertise: '15+ years perfecting the art of making technology work for business',
|
|
||||||
methods: [
|
|
||||||
{
|
|
||||||
title: 'Focus on Impact',
|
|
||||||
description: 'Every solution must move your business forward',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Speed of Implementation',
|
|
||||||
description: 'Fast deployment, immediate results',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Continuous Evolution',
|
|
||||||
description: 'Your tech stack evolves as you grow',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
highlights:
|
|
||||||
'• Microsoft MVP-level expertise\n• Power Automate flows that save thousands of hours\n• AI integrations that actually make sense\n• Enterprise solutions with startup agility',
|
|
||||||
},
|
|
||||||
cta: {
|
|
||||||
button: 'LAUNCH YOUR TRANSFORMATION',
|
|
||||||
title: 'Ready to 10X Your Efficiency?',
|
|
||||||
subtitle: 'Premium automation solutions • Guaranteed results • Lightning-fast implementation',
|
|
||||||
},
|
|
||||||
contact: {
|
|
||||||
title: "Let's Build Something Amazing",
|
|
||||||
subtitle: "Ready to automate your way to success? Drop me a line and let's make your business unstoppable.",
|
|
||||||
description: 'Fast response guaranteed • Enterprise-ready solutions • Results you can measure',
|
|
||||||
fields: {
|
|
||||||
name: '👋 Your Name',
|
|
||||||
namePlaceholder: 'What should I call you?',
|
|
||||||
email: '📧 Email',
|
|
||||||
emailPlaceholder: 'your.email@company.com',
|
|
||||||
message: '💭 Tell Me About Your Project',
|
|
||||||
messagePlaceholder:
|
|
||||||
'What business process is driving you crazy? What would you automate if you could wave a magic wand?',
|
|
||||||
},
|
|
||||||
disclaimer: '🔒 Your info stays private. No spam, just solutions.',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
"actions": {
|
||||||
|
"learnMore": "Get Started Now",
|
||||||
|
"contactMe": "Contact Me"
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"tagline": "AUTOMATION POWERHOUSE",
|
||||||
|
"title": "Services That Deliver Measurable Impact",
|
||||||
|
"subtitle": "Stop spending valuable time on manual tasks. Let’s automate efficiently and boost your productivity."
|
||||||
|
,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "Power Automate Expertise",
|
||||||
|
"description": "Transform 8-hour tasks into 5-minute workflows"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "AI Chatbots That Deliver",
|
||||||
|
"description": "Intelligent bots that understand your business needs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Robust API Integrations",
|
||||||
|
"description": "Connect all your tools seamlessly"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Microsoft 365 Optimization",
|
||||||
|
"description": "Make Microsoft 365 work the way it was meant to from day one"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "SharePoint That Works",
|
||||||
|
"description": "Finally, a SharePoint experience your team will want to use"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Scalable Infrastructure",
|
||||||
|
"description": "Reliable systems that grow with your business"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"approach": {
|
||||||
|
"tagline": "THE BERGSMA METHOD",
|
||||||
|
"title": "Less Talk. More Results.",
|
||||||
|
"expertise": "Over 15 years of experience turning technology into business value",
|
||||||
|
"methods": [
|
||||||
|
{
|
||||||
|
"title": "Impact-Driven Solutions",
|
||||||
|
"description": "Every implementation must drive measurable business outcomes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Rapid Implementation",
|
||||||
|
"description": "Quick delivery with results from day one"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Ongoing Evolution",
|
||||||
|
"description": "Your tech stack evolves as your business grows"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"highlights": "• Microsoft MVP-level expertise\n• Power Automate flows that save thousands of hours\n• AI integrations that create real value\n• Enterprise-grade solutions with startup agility"
|
||||||
|
},
|
||||||
|
"cta": {
|
||||||
|
"button": "START YOUR TRANSFORMATION",
|
||||||
|
"title": "Ready to Multiply Your Efficiency?",
|
||||||
|
"subtitle": "Premium automation services • Proven results • Fast implementation"
|
||||||
|
},
|
||||||
|
"contact": {
|
||||||
|
"title": "Let’s Create Something Exceptional",
|
||||||
|
"subtitle": "Ready to automate your path to success? Get in touch and let’s take your business to the next level.",
|
||||||
|
"description": "Fast response guaranteed • Enterprise-ready solutions • Data-driven outcomes",
|
||||||
|
"fields": {
|
||||||
|
"name": "👋 Your Name",
|
||||||
|
"namePlaceholder": "How should I address you?",
|
||||||
|
"email": "📧 Email",
|
||||||
|
"emailPlaceholder": "your.email@company.com",
|
||||||
|
"message": "💭 Tell Me About Your Project",
|
||||||
|
"messagePlaceholder": "Which business process slows you down? What would you automate if you had no technical limits?"
|
||||||
|
},
|
||||||
|
"disclaimer": "🔒 Your information stays secure. No spam — just results."
|
||||||
|
}
|
||||||
|
},
|
||||||
"nl": {
|
"nl": {
|
||||||
"hero": {
|
"hero": {
|
||||||
"title": "Maak Je Bedrijf Toekomstbestendig",
|
"title": "Maak Je Bedrijf Toekomstbestendig",
|
||||||
|
Reference in New Issue
Block a user