import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; const BRAND = { email: "infos@graspinbi.com", phoneDisplay: "(514) 585-2937", phoneTel: "+15145852937" }; $w.onReady(function () { wireCTAs(); bindRepeaters(); runEntranceAnimations(); }); /* --------------------------- CTA / actions ---------------------------- */ function wireCTAs(){ // Hero buttons if ($w("#btnDiagHero")) { $w("#btnDiagHero").onClick(() => scrollToSection("secCTA")); } if ($w("#btnCallHero")) { $w("#btnCallHero").onClick(() => wixLocation.to(`tel:${BRAND.phoneTel}`)); } // Footer / final CTA buttons if ($w("#btnDiagCTA")) { $w("#btnDiagCTA").onClick(() => openMail()); } if ($w("#btnCallCTA")) { $w("#btnCallCTA").onClick(() => wixLocation.to(`tel:${BRAND.phoneTel}`)); } } function openMail(){ // Simple, efficace, pas de friction const subject = encodeURIComponent("Diagnostic BI gratuit — Graspin BI"); const body = encodeURIComponent( "Bonjour,\n\nJe souhaite un diagnostic BI gratuit.\n" + "Entreprise :\nSecteur :\nSystèmes (ERP/Excel/Shopify/CRM) :\n" + "Objectif principal :\n\nMerci!" ); wixLocation.to(`mailto:${BRAND.email}?subject=${subject}&body=${body}`); } /* --------------------------- Repeaters (contenu) -> Tu peux modifier ici ---------------------------- */ function bindRepeaters(){ // Modules (page 4 du PDF) const modules = [ { num:"01", title:"Diagnostic stratégique", desc:"Identification des opportunités et des gains rapides" }, { num:"02", title:"Tableaux de bord", desc:"Visualisation claire et exploitable de vos données" }, { num:"03", title:"Automatisation", desc:"Élimination des tâches manuelles répétitives" }, { num:"04", title:"Formation & suivi", desc:"Autonomie complète de votre équipe" } ]; // Pourquoi choisir (page 5) const why = [ { title:"Double expertise économiste & ingénieur", desc:"Performance financière + maîtrise technique. On parle business et technologie." }, { title:"Solutions sur mesure pour PME", desc:"Pas de solution générique. Des outils pensés pour tes défis réels." }, { title:"Automatisation complète", desc:"Fini les rapports manuels. Refresh automatique, zéro perte de temps." }, { title:"Visualisations claires", desc:"Des indicateurs qui parlent aux dirigeants, pas aux techniciens." }, { title:"Accompagnement humain", desc:"On ajuste, on forme, on fait évoluer les outils avec ta croissance." }, { title:"ROI rapide et mesurable", desc:"Retour sur investissement typiquement en moins de 3 mois." } ]; // Résultats (page 6) const stats = [ { value:"70%", label:"Temps gagné", desc:"Réduction du temps consacré à la production manuelle de rapports" }, { value:"3", label:"Mois pour ROI", desc:"Retour sur investissement dans la majorité des cas" }, { value:"100%", label:"Visibilité", desc:"Vue d'ensemble complète sur la rentabilité réelle par produit ou client" } ]; // Démos (pages 8–10) — tu mettras tes images dans Wix et tu les lieras aux items const demos = [ { title:"Démonstration — Tableau Finance", desc:"Revenus par client, marges par produit, tendances. Filtres par période, client, produit.", // Mets ici des URLs si tu héberges des images, sinon tu relies via Wix Media dans le repeater imageFallbackAlt:"Dashboard Finance" }, { title:"Démonstration — Tableau Opérationnel", desc:"Production,
top of page

The purpose of the following template is to assist you in writing your accessibility statement. Please note that you are responsible for ensuring that your site's statement meets the requirements of the local law in your area or region.

*Note: This page currently has two sections. Once you complete editing the Accessibility Statement below, you need to delete this section.

To learn more about this, check out our article “Accessibility: Adding an Accessibility Statement to Your Site”.

Accessibility Statement

This statement was last updated on [enter relevant date].

We at [enter organization / business name] are working to make our site [enter site name and  address] accessible to people with disabilities.

What web accessibility is

An accessible site allows visitors with disabilities to browse the site with the same or a similar level of ease and enjoyment as other visitors. This can be achieved with the capabilities of the system on which the site is operating, and through assistive technologies.

Accessibility adjustments on this site

We have adapted this site in accordance with WCAG [2.0 / 2.1 / 2.2 - select relevant option] guidelines, and have made the site accessible to the level of [A / AA / AAA - select relevant option]. This site's contents have been adapted to work with assistive technologies, such as screen readers and keyboard use. As part of this effort, we have also [remove irrelevant information]:

  • Used the Accessibility Wizard to find and fix potential accessibility issues

  • Set the language of the site 

  • Set the content order of the site’s pages

  • Defined clear heading structures on all of the site’s pages

  • Added alternative text to images

  • Implemented color combinations that meet the required color contrast

  • Reduced the use of motion on the site

  • Ensured all videos, audio, and files on the site are accessible

Declaration of partial compliance with the standard due to third-party content [only add if relevant]

The accessibility of certain pages on the site depend on contents that do not belong to the organization, and instead belong to [enter relevant third-party name]. The following pages are affected by this: [list the URLs of the pages]. We therefore declare partial compliance with the standard for these pages.

Accessibility arrangements in the organization [only add if relevant]

[Enter a description of the accessibility arrangements in the physical offices / branches of your site's organization or business. The description can include all current accessibility arrangements  - starting from the beginning of the service (e.g., the parking lot and / or  public transportation stations) to the end (such as the service desk, restaurant table, classroom etc.). It is also required to specify any additional accessibility arrangements, such as disabled services and their location, and accessibility accessories (e.g. in audio inductions and elevators) available for use]

Requests, issues, and suggestions

If you find an accessibility issue on the site, or if you require further assistance, you are welcome to contact us through the organization's accessibility coordinator:

  • [Name of the accessibility coordinator]

  • [Telephone number of the accessibility coordinator]

  • [Email address of the accessibility coordinator]

  • [Enter any additional contact details if relevant / available]

bottom of page