Enhance homepage translations for multiple languages

- Updated the structure and content of the ExplosiveHomepageTranslation interface to include detailed translations for hero, actions, services, approach, cta, and contact sections.
- Improved clarity and engagement in English, Dutch, German, and French translations, ensuring consistency and better user experience across supported languages.
- Added new fields and refined existing text to better reflect the services offered and enhance user interaction.
This commit is contained in:
becarta
2025-07-11 23:48:39 +02:00
parent 0c3651ccbc
commit 619dfd17ad

View File

@@ -45,333 +45,344 @@ export interface ExplosiveHomepageTranslation {
}; };
disclaimer: string; disclaimer: string;
}; };
} }
export const supportedLanguages = ['en', 'nl', 'de', 'fr'] as const; export const supportedLanguages = ['en', 'nl', 'de', 'fr'] as const;
export function getExplosiveHomepageTranslation(lang: string): ExplosiveHomepageTranslation { export function getExplosiveHomepageTranslation(lang: string): ExplosiveHomepageTranslation {
return explosiveHomepageTranslations[lang] || explosiveHomepageTranslations['en']; return explosiveHomepageTranslations[lang] || explosiveHomepageTranslations['en'];
} }
export const explosiveHomepageTranslations: Record<string, ExplosiveHomepageTranslation> = { export const explosiveHomepageTranslations: Record<string, ExplosiveHomepageTranslation> = {
en: { en: {
hero: { hero: {
title: "Transform Your Business", title: 'Transform Your Business',
subtitle: "Unleash the power of AI automation • Microsoft 365 mastery • Custom integrations that actually work" subtitle: 'Unleash the power of AI automation • Microsoft 365 mastery • Custom integrations that actually work',
}, },
actions: { actions: {
learnMore: "Ignite Your Business", learnMore: 'Ignite Your Business',
contactMe: "Let's Talk" contactMe: "Let's Talk",
}, },
services: { services: {
tagline: "AUTOMATION POWERHOUSE", tagline: 'AUTOMATION POWERHOUSE',
title: "Services That Actually Move the Needle", title: 'Services That Actually Move the Needle',
subtitle: "Stop wasting time on manual tasks. Let's automate everything and watch your productivity explode.", subtitle: "Stop wasting time on manual tasks. Let's automate everything and watch your productivity explode.",
items: [ items: [
{ {
title: "Power Automate Magic", title: 'Power Automate Magic',
description: "Turn 8-hour tasks into 5-minute workflows" description: 'Turn 8-hour tasks into 5-minute workflows',
}, },
{ {
title: "AI Chatbots That Work", title: 'AI Chatbots That Work',
description: "Smart bots that actually understand your business" description: 'Smart bots that actually understand your business',
}, },
{ {
title: "API Integration Wizardry", title: 'API Integration Wizardry',
description: "Connect everything to everything" description: 'Connect everything to everything',
}, },
{ {
title: "Microsoft 365 Optimization", title: 'Microsoft 365 Optimization',
description: "Make M365 work like it should have from day one" description: 'Make M365 work like it should have from day one',
}, },
{ {
title: "SharePoint That Doesn't Suck", title: "SharePoint That Doesn't Suck",
description: "Finally, SharePoint that people actually want to use" description: 'Finally, SharePoint that people actually want to use',
}, },
{ {
title: "Infrastructure That Scales", title: 'Infrastructure That Scales',
description: "Rock-solid systems that grow with you" description: 'Rock-solid systems that grow with you',
} },
] ],
}, },
approach: { approach: {
tagline: "THE BERGSMA METHOD", tagline: 'THE BERGSMA METHOD',
title: "Less Talk, More Results", title: 'Less Talk, More Results',
expertise: "15+ years perfecting the art of making technology work for business", expertise: '15+ years perfecting the art of making technology work for business',
methods: [ methods: [
{ {
title: "Focus on Impact", title: 'Focus on Impact',
description: "Every solution must move your business forward" description: 'Every solution must move your business forward',
}, },
{ {
title: "Speed of Implementation", title: 'Speed of Implementation',
description: "Fast deployment, immediate results" description: 'Fast deployment, immediate results',
}, },
{ {
title: "Continuous Evolution", title: 'Continuous Evolution',
description: "Your tech stack evolves as you grow" 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" 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: { cta: {
button: "LAUNCH YOUR TRANSFORMATION", button: 'LAUNCH YOUR TRANSFORMATION',
title: "Ready to 10X Your Efficiency?", title: 'Ready to 10X Your Efficiency?',
subtitle: "Premium automation solutions • Guaranteed results • Lightning-fast implementation" subtitle: 'Premium automation solutions • Guaranteed results • Lightning-fast implementation',
}, },
contact: { contact: {
title: "Let's Build Something Amazing", 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.", 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", description: 'Fast response guaranteed • Enterprise-ready solutions • Results you can measure',
fields: { fields: {
name: "👋 Your Name", name: '👋 Your Name',
namePlaceholder: "What should I call you?", namePlaceholder: 'What should I call you?',
email: "📧 Email", email: '📧 Email',
emailPlaceholder: "your.email@company.com", emailPlaceholder: 'your.email@company.com',
message: "💭 Tell Me About Your Project", 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?" 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." disclaimer: '🔒 Your info stays private. No spam, just solutions.',
}
}, },
nl: {
hero: {
title: "Transformeer Je Bedrijf",
subtitle: "Ontgrendel de kracht van AI-automatisering • Microsoft 365 expertise • Maatwerk integraties die écht werken"
}, },
actions: { "nl": {
learnMore: "Ontketen Je Bedrijf", "hero": {
contactMe: "Laten We Praten" "title": "Maak Je Bedrijf Toekomstbestendig",
"subtitle": "Ontgrendel de kracht van AI-automatisering • Microsoft 365-expertise • Maatwerk integraties die écht werken"
}, },
services: { "actions": {
tagline: "AUTOMATISERING KRACHTCENTRALE", "learnMore": "Begin Nu",
title: "Diensten Die Daadwerkelijk Impact Maken", "contactMe": "Neem Contact Op"
subtitle: "Stop met tijdverspilling aan handmatige taken. Laten we alles automatiseren en je productiviteit explosief laten groeien.", },
items: [ "services": {
"tagline": "KRACHTCENTRALE VOOR AUTOMATISERING",
"title": "Diensten Die Écht Impact Maken",
"subtitle": "Verspil geen tijd meer aan handmatige taken. Laten we automatiseren en je productiviteit naar een hoger niveau tillen.",
"items": [
{ {
title: "Power Automate Magie", "title": "Power Automate-Expertise",
description: "Verander 8-uurs taken in 5-minuten workflows" "description": "Maak van 8-uurstaken workflows van 5 minuten"
}, },
{ {
title: "AI Chatbots Die Werken", "title": "AI-Chatbots Die Werken",
description: "Slimme bots die je bedrijf écht begrijpen" "description": "Slimme bots die jouw organisatie écht begrijpen"
}, },
{ {
title: "API Integratie Tovenarij", "title": "Krachtige API-integraties",
description: "Verbind alles met alles" "description": "Verbind systemen naadloos met elkaar"
}, },
{ {
title: "Microsoft 365 Optimalisatie", "title": "Microsoft 365 Optimalisatie",
description: "Laat M365 werken zoals het vanaf dag één had moeten doen" "description": "Laat M365 werken zoals het vanaf dag één bedoeld was"
}, },
{ {
title: "SharePoint Dat Niet Zuigt", "title": "SharePoint Die Wel Werkt",
description: "Eindelijk SharePoint dat mensen daadwerkelijk willen gebruiken" "description": "Eindelijk een SharePoint-oplossing die mensen graag gebruiken"
}, },
{ {
title: "Infrastructuur Die Schaalt", "title": "Schaalbare Infrastructuur",
description: "Rotssolide systemen die met je meegroeien" "description": "Betrouwbare systemen die met je bedrijf meegroeien"
} }
] ]
}, },
approach: { "approach": {
tagline: "DE BERGSMA METHODE", "tagline": "DE BERGSMA-METHODE",
title: "Minder Praten, Meer Resultaten", "title": "Minder Woorden, Meer Resultaten",
expertise: "15+ jaar het perfectioneren van technologie die voor bedrijven werkt", "expertise": "Meer dan 15 jaar ervaring in technologie die écht werkt voor bedrijven",
methods: [ "methods": [
{ {
title: "Focus op Impact", "title": "Focus op Impact",
description: "Elke oplossing moet je bedrijf vooruit helpen" "description": "Elke oplossing moet je organisatie vooruithelpen"
}, },
{ {
title: "Snelheid van Implementatie", "title": "Snelle Implementatie",
description: "Snelle uitrol, directe resultaten" "description": "Snelle levering, direct resultaat"
}, },
{ {
title: "Continue Evolutie", "title": "Continue Ontwikkeling",
description: "Je tech stack evolueert terwijl je groeit" "description": "Je techstack groeit mee met je ambities"
} }
], ],
highlights: "• Microsoft MVP-niveau expertise\n• Power Automate flows die duizenden uren besparen\n• AI integraties die echt logisch zijn\n• Enterprise oplossingen met startup wendbaarheid" "highlights": "• Microsoft MVP-niveau expertise\n• Power Automate-flows die duizenden uren besparen\n• AI-integraties met echte meerwaarde\n• Enterprise-oplossingen met de wendbaarheid van een startup"
}, },
cta: { "cta": {
button: "START JE TRANSFORMATIE", "button": "START JE TRANSFORMATIE",
title: "Klaar om Je Efficiëntie te Vertienvoudigen?", "title": "Klaar om je efficiëntie te vertienvoudigen?",
subtitle: "Premium automatiseringsoplossingen • Gegarandeerde resultaten • Bliksemsnelle implementatie" "subtitle": "Premium automatiseringsoplossingen • Gegarandeerd resultaat • Snelle implementatie"
}, },
contact: { "contact": {
title: "Laten We Iets Geweldigs Bouwen", "title": "Laten We Samen Iets Geweldigs Bouwen",
subtitle: "Klaar om je weg naar succes te automatiseren? Stuur me een berichtje en laten we je bedrijf onstuitbaar maken.", "subtitle": "Klaar om je pad naar succes te automatiseren? Stuur me een bericht en laten we je bedrijf onweerstaanbaar maken.",
description: "Snelle reactie gegarandeerd • Enterprise-klare oplossingen • Meetbare resultaten", "description": "Snelle reactie gegarandeerd • Enterprise-ready oplossingen • Meetbare resultaten",
fields: { "fields": {
name: "👋 Je Naam", "name": "👋 Jouw Naam",
namePlaceholder: "Hoe moet ik je noemen?", "namePlaceholder": "Hoe kan ik je aanspreken?",
email: "📧 Email", "email": "📧 E-mail",
emailPlaceholder: "jouw.email@bedrijf.nl", "emailPlaceholder": "jouw.email@bedrijf.nl",
message: "💭 Vertel Me Over Je Project", "message": "💭 Vertel me over je project",
messagePlaceholder: "Welk bedrijfsproces maakt je gek? Wat zou je automatiseren als je een toverstaf kon zwaaien?" "messagePlaceholder": "Welk bedrijfsproces frustreert je het meest? Wat zou je automatiseren als alles mogelijk was?"
}, },
disclaimer: "🔒 Je info blijft privé. Geen spam, alleen oplossingen." "disclaimer": "🔒 Jouw gegevens blijven privé. Geen spam alleen oplossingen."
} }
}, },
de: { de: {
hero: { hero: {
title: "Machen Sie Ihr Unternehmen zukunftssicher", title: 'Machen Sie Ihr Unternehmen zukunftssicher',
subtitle: "Entfesseln Sie die Macht der KI-Automatisierung • Microsoft 365 Meisterschaft • Maßgeschneiderte Integrationen, die wirklich funktionieren" subtitle:
'Entfesseln Sie die Kraft der KI-Automatisierung • Microsoft 365-Expertise • Maßgeschneiderte Integrationen, die wirklich funktionieren',
}, },
actions: { actions: {
learnMore: "Jetzt durchstarten", learnMore: 'Jetzt durchstarten',
contactMe: "Lassen Sie uns sprechen" contactMe: 'Lassen Sie uns sprechen',
}, },
services: { services: {
tagline: "AUTOMATISIERUNGS-KRAFTWERK", tagline: 'AUTOMATISIERUNGS-KRAFTWERK',
title: "Services Die Wirklich Durchschlagen", title: 'Services, die wirklich Wirkung zeigen',
subtitle: "Hören Sie auf, Zeit mit manuellen Aufgaben zu verschwenden. Lassen Sie uns alles automatisieren und Ihre Produktivität explodieren.", subtitle:
'Verschwenden Sie keine Zeit mehr mit manuellen Aufgaben. Lassen Sie uns automatisieren für maximale Produktivität.',
items: [ items: [
{ {
title: "Power Automate Magie", title: 'Power-Automate-Magie',
description: "Verwandeln Sie 8-Stunden-Aufgaben in 5-Minuten-Workflows" description: 'Verwandeln Sie 8-Stunden-Aufgaben in 5-Minuten-Workflows',
}, },
{ {
title: "KI-Chatbots Die Funktionieren", title: 'KI-Chatbots, die funktionieren',
description: "Intelligente Bots, die Ihr Unternehmen wirklich verstehen" description: 'Intelligente Bots, die Ihr Unternehmen wirklich verstehen',
}, },
{ {
title: "API-Integrations-Zauberei", title: 'API-Integrationen mit System',
description: "Verbinden Sie alles mit allem" description: 'Verbinden Sie Ihre Systeme nahtlos miteinander',
}, },
{ {
title: "Microsoft 365 Optimierung", title: 'Microsoft 365-Optimierung',
description: "Lassen Sie M365 so funktionieren, wie es von Tag eins hätte sein sollen" description: 'Nutzen Sie M365 so, wie es von Anfang an gedacht war',
}, },
{ {
title: "SharePoint Das Nicht Nervt", title: 'SharePoint, das begeistert',
description: "Endlich SharePoint, das Menschen tatsächlich nutzen wollen" description: 'Endlich eine SharePoint-Lösung, die Nutzer wirklich schätzen',
}, },
{ {
title: "Infrastruktur Die Skaliert", title: 'Infrastruktur, die skaliert',
description: "Felsenfeste Systeme, die mit Ihnen wachsen" description: 'Zuverlässige Systeme, die mit Ihrem Unternehmen wachsen',
} },
] ],
}, },
approach: { approach: {
tagline: "DIE BERGSMA-METHODE", tagline: 'DIE BERGSMA-METHODE',
title: "Weniger Reden, Mehr Ergebnisse", title: 'Weniger reden, mehr Ergebnisse',
expertise: "15+ Jahre Perfektion in der Kunst, Technologie für Unternehmen arbeiten zu lassen", expertise: 'Über 15 Jahre Erfahrung darin, Technologie effektiv für Unternehmen nutzbar zu machen',
methods: [ methods: [
{ {
title: "Fokus auf Wirkung", title: 'Fokus auf Wirkung',
description: "Jede Lösung muss Ihr Unternehmen voranbringen" description: 'Jede Lösung bringt Ihr Unternehmen spürbar voran',
}, },
{ {
title: "Geschwindigkeit der Umsetzung", title: 'Schnelle Umsetzung',
description: "Schnelle Bereitstellung, sofortige Ergebnisse" description: 'Kurze Projektlaufzeiten, messbare Ergebnisse',
}, },
{ {
title: "Kontinuierliche Evolution", title: 'Kontinuierliche Weiterentwicklung',
description: "Ihr Tech-Stack entwickelt sich mit Ihrem Wachstum" description: 'Ihr Tech-Stack wächst mit Ihrem Unternehmen',
} },
], ],
highlights: "• Microsoft MVP-Level Expertise\n• Power Automate Flows, die Tausende von Stunden sparen\n• KI-Integrationen, die wirklich Sinn machen\n• Enterprise-Lösungen mit Startup-Agilität" highlights:
'• Microsoft MVP-Level-Expertise\n• Power-Automate-Flows, die Tausende Stunden sparen\n• KI-Integrationen mit echtem Mehrwert\n• Enterprise-Lösungen mit Startup-Agilität',
}, },
cta: { cta: {
button: "STARTEN SIE IHRE TRANSFORMATION", button: 'STARTEN SIE IHRE TRANSFORMATION',
title: "Bereit, Ihre Effizienz zu Verzehnfachen?", title: 'Bereit, Ihre Effizienz zu verzehnfachen?',
subtitle: "Premium-Automatisierungslösungen • Garantierte Ergebnisse • Blitzschnelle Umsetzung" subtitle: 'Premium-Automatisierung • Garantierte Ergebnisse • Rasche Umsetzung',
}, },
contact: { contact: {
title: "Lassen Sie uns Etwas Großartiges Schaffen", title: 'Lassen Sie uns etwas Großartiges schaffen',
subtitle: "Bereit, Ihren Weg zum Erfolg zu automatisieren? Schreiben Sie mir und lassen Sie uns Ihr Unternehmen unaufhaltbar machen.", subtitle:
description: "Schnelle Antwort garantiert • Enterprise-bereite Lösungen • Messbare Ergebnisse", 'Bereit, Ihre Prozesse zu automatisieren? Schreiben Sie mir gemeinsam machen wir Ihr Unternehmen unaufhaltbar.',
description: 'Schnelle Antwort garantiert • Lösungen auf Enterprise-Niveau • Nachweisbare Resultate',
fields: { fields: {
name: "👋 Ihr Name", name: '👋 Ihr Name',
namePlaceholder: "Wie soll ich Sie nennen?", namePlaceholder: 'Wie darf ich Sie ansprechen?',
email: "📧 E-Mail", email: '📧 E-Mail',
emailPlaceholder: "ihre.email@firma.de", emailPlaceholder: 'ihre.email@firma.de',
message: "💭 Erzählen Sie mir von Ihrem Projekt", message: '💭 Erzählen Sie mir von Ihrem Projekt',
messagePlaceholder: "Welcher Geschäftsprozess macht Sie verrückt? Was würden Sie automatisieren, wenn Sie einen Zauberstab schwingen könnten?" messagePlaceholder:
'Welcher Geschäftsprozess bereitet Ihnen Kopfzerbrechen? Was würden Sie automatisieren, wenn alles möglich wäre?',
},
disclaimer: '🔒 Ihre Daten sind bei uns sicher. Kein Spam nur Lösungen.',
}, },
disclaimer: "🔒 Ihre Daten bleiben privat. Kein Spam, nur Lösungen."
}
}, },
fr: { fr: {
hero: { hero: {
title: "Transformez Votre Entreprise", title: 'Rendez Votre Entreprise Pérenne',
subtitle: "Libérez la puissance de l'automatisation IA • Maîtrise Microsoft 365 • Intégrations personnalisées qui fonctionnent vraiment" subtitle:
'Libérez la puissance de lautomatisation par lIA • Maîtrise de Microsoft 365 • Intégrations sur mesure, fiables et efficaces',
}, },
actions: { actions: {
learnMore: "Enflammez Votre Business", learnMore: 'Commencez dès maintenant',
contactMe: "Parlons-En" contactMe: 'Contactons-nous',
}, },
services: { services: {
tagline: "CENTRALE D'AUTOMATISATION", tagline: 'CENTRALE DAUTOMATISATION',
title: "Services Qui Font Vraiment la Différence", title: 'Des Services Qui Font Vraiment la Différence',
subtitle: "Arrêtez de perdre du temps sur les tâches manuelles. Automatisons tout et regardons votre productivité exploser.", subtitle:
'Ne perdez plus de temps avec des tâches manuelles. Automatisez intelligemment et boostez votre productivité.',
items: [ items: [
{ {
title: "Magie Power Automate", title: 'LExcellence de Power Automate',
description: "Transformez les tâches de 8 heures en workflows de 5 minutes" description: 'Transformez des tâches de 8 heures en workflows de 5 minutes',
}, },
{ {
title: "Chatbots IA Qui Marchent", title: 'Des Chatbots IA Performants',
description: "Des bots intelligents qui comprennent vraiment votre entreprise" description: 'Des bots intelligents qui comprennent vraiment votre activité',
}, },
{ {
title: "Sorcellerie d'Intégration API", title: 'Intégrations API Fiables',
description: "Connectez tout à tout" description: 'Connectez vos outils, sans limites',
}, },
{ {
title: "Optimisation Microsoft 365", title: 'Optimisation de Microsoft 365',
description: "Faites fonctionner M365 comme ça aurait dû être dès le premier jour" description: 'Faites fonctionner M365 comme il aurait dû dès le départ',
}, },
{ {
title: "SharePoint Qui Ne Craint Pas", title: 'Un SharePoint qui Donne Envie',
description: "Enfin, un SharePoint que les gens veulent vraiment utiliser" description: 'Enfin un SharePoint que vos équipes aiment utiliser',
}, },
{ {
title: "Infrastructure Qui Scale", title: 'Infrastructure Scalable',
description: "Des systèmes solides comme le roc qui grandissent avec vous" description: 'Des systèmes robustes qui évoluent avec votre entreprise',
} },
] ],
}, },
approach: { approach: {
tagline: "LA MÉTHODE BERGSMA", tagline: 'LA MÉTHODE BERGSMA',
title: "Moins de Blabla, Plus de Résultats", title: 'Moins de Théorie, Plus de Résultats',
expertise: "15+ années à perfectionner l'art de faire fonctionner la technologie pour les entreprises", expertise: 'Plus de 15 ans à perfectionner lart de faire de la technologie un moteur pour les entreprises',
methods: [ methods: [
{ {
title: "Focus sur l'Impact", title: 'Concentration sur lImpact',
description: "Chaque solution doit faire avancer votre entreprise" description: 'Chaque solution doit réellement faire progresser votre entreprise',
}, },
{ {
title: "Vitesse d'Implémentation", title: 'Mise en Œuvre Rapide',
description: "Déploiement rapide, résultats immédiats" description: 'Déploiement agile, résultats concrets',
}, },
{ {
title: "Évolution Continue", title: 'Évolution Continue',
description: "Votre stack tech évolue avec votre croissance" description: 'Votre stack technologique évolue au rythme de votre croissance',
} },
], ],
highlights: "• Expertise niveau Microsoft MVP\n• Flux Power Automate qui économisent des milliers d'heures\n• Intégrations IA qui ont vraiment du sens\n• Solutions d'entreprise avec l'agilité des startups" highlights:
'• Expertise de niveau Microsoft MVP\n• Flows Power Automate économisant des milliers dheures\n• Intégrations IA pertinentes et efficaces\n• Solutions dentreprise avec lagilité des startups',
}, },
cta: { cta: {
button: "LANCEZ VOTRE TRANSFORMATION", button: 'DÉMARREZ VOTRE TRANSFORMATION',
title: "Prêt à Multiplier Votre Efficacité par 10 ?", title: 'Prêt à décupler votre efficacité ?',
subtitle: "Solutions d'automatisation premium • Résultats garantis • Implémentation ultra-rapide" subtitle: 'Solutions dautomatisation haut de gamme • Résultats garantis • Déploiement rapide',
}, },
contact: { contact: {
title: "Créons Quelque Chose d'Extraordinaire", title: 'Créons Ensemble Quelque Chose dExceptionnel',
subtitle: "Prêt à automatiser votre chemin vers le succès ? Envoyez-moi un message et rendons votre entreprise inarrêtable.", subtitle: 'Vous êtes prêt à automatiser votre succès ? Écrivez-moi et donnons à votre entreprise un nouvel élan.',
description: "Réponse rapide garantie • Solutions prêtes pour l'entreprise • Résultats mesurables", description: 'Réponse rapide assurée • Solutions prêtes pour lentreprise • Résultats mesurables',
fields: { fields: {
name: "👋 Votre Nom", name: '👋 Votre Nom',
namePlaceholder: "Comment dois-je vous appeler ?", namePlaceholder: 'Comment puis-je vous appeler ?',
email: "📧 Email", email: '📧 Email',
emailPlaceholder: "votre.email@entreprise.fr", emailPlaceholder: 'votre.email@entreprise.fr',
message: "💭 Parlez-moi de Votre Projet", message: '💭 Présentez-moi Votre Projet',
messagePlaceholder: "Quel processus métier vous rend fou ? Qu'automatiseriez-vous si vous pouviez agiter une baguette magique ?" messagePlaceholder:
'Quel processus métier vous ralentit ? Quaimeriez-vous automatiser si tout était possible ?',
}, },
disclaimer: "🔒 Vos infos restent privées. Pas de spam, que des solutions." disclaimer: '🔒 Vos données sont confidentielles. Aucune publicité uniquement des solutions concrètes.',
} },
} },
}; };