/* eslint-disable */ /* V3 — Manifeste graphique : bilingue FR/EN (EN par défaut) */ const T = (en, fr) => { const lang = (document.documentElement.lang || '').toLowerCase(); return lang.startsWith('fr') ? fr : en; }; function NotreVisionV3() { return (
{/* Lang toggle */}
{/* Hero */}

{T(<>A true
story.
Ours., <>Une histoire
vraie.
La nôtre.)}

{T( "How an IT automation firm ended up automating its own bookkeeping — and discovered what it really wanted to bring to businesses.", "Comment une firme d'automatisation informatique a fini par automatiser sa comptabilité — et a découvert ce qu'elle voulait vraiment apporter aux entreprises." )}

{T(<>Manifesto
BHI · 2026, <>Manifeste
BHI · 2026)}
{/* Mega 1 */}
{T("Chapter I · The problem", "Chapitre I · Le problème")}

{T(<>Wasted time and mistakes., <>Du temps perdu et des erreurs.)}

{T( "Our accountant was expensive. Made mistakes. And we still entered our invoices ourselves. Evenings. Weekends.", "Notre comptable coûtait cher. Faisait des erreurs. Et malgré tout, on entrait nos factures nous-mêmes. Le soir. Les fins de semaine." )}

47{T("h/month", "h/mois")}
{/* Polaroid I */}
{T("Photo · 02 — desk · january", "Photo · 02 — bureau · janvier")} {T("the problem we didn't want to see", "le problème qu'on n'aimait pas voir")}
{/* Statement */}

{T( <>Why not use our expertise
to automate our own books?, <>Pourquoi ne pas utiliser notre expertise
pour automatiser notre comptabilité ? )}

{/* Mega 2 */}
1{T("month", "mois")}
{T("Chapter II · The transformation", "Chapitre II · La transformation")}

{T(<>We rebuilt everything., <>On a tout reconstruit.)}

{T( "Odoo. Claude. We took our methodical rigor and applied it to ourselves. And in just a few weeks, a whole new world opened up.", "Odoo. Claude. Nous avons utilisé notre rigueur méthodique et l'avons appliquée chez nous. Et on a vu, en quelques semaines, un nouveau monde s'ouvrir à nous." )}

{/* Polaroid II */}
{T("Photo · 14 — transition · march", "Photo · 14 — transition · mars")} {T("paper gives way to system", "les papiers cèdent la place au système")}
{/* Mega 3 */}
{T("Chapter III · The result", "Chapitre III · Le résultat")}

{T(<>Zero errors. Full growth., <>Zéro erreur. Pleine croissance.)}

{T( "The time we get back, we invest in our clients, our ideas, what really moves us forward. We can finally think instead of typing.", "Le temps qu'on récupère, on l'investit sur nos clients, sur nos idées, sur ce qui fait avancer. On peut enfin penser au lieu de saisir." )}

0
{/* Polaroid III */}
{T("Photo · 21 — desk · today", "Photo · 21 — bureau · aujourd'hui")} {T("the calm we've found", "le calme retrouvé")}
{/* Manifesto */}
{T("Our mission", "Notre mission")}

{T( <>Now we help other companies
make the same leap., <>Maintenant, on aide d'autres entreprises
à faire le même saut. )}

{T("— The BHI team", "— L'équipe BHI")}
{/* CTA */}

{T(<>Ready for your transformation?, <>Prêt à votre transformation ?)}

{T("One hour. Free. We listen, we tell you honestly.", "Une heure. Gratuite. On comprend, on vous dit honnêtement.")}

{T("Book my meeting · free", "Réserver · gratuit")} {T("Back", "Retour")}
{/* Footer */}
); } window.NotreVisionV3 = NotreVisionV3;