From 2a5ec4a77182c103f468c215bf1bc19020c81fad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:54:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56e47b1..3cfbdb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,7 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZY5acDwdXuN29y4eBfxMY8Xiu/a-modern-industrial-factory-or-construct-1772801454836-41023b5e.png" imageAlt="Industrial site with AI detection overlay" - background={{ variant: "plain" }} - useInvertedBackground={true} + background={{ variant: "aurora" }} /> @@ -70,15 +69,18 @@ export default function LandingPage() { features={[ { id: "install", label: "01", title: "Installation Plug & Play", items: [ - "Connexion directe aux caméras existantes", "Aucune nouvelle infrastructure requise", "Déploiement en minutes, pas d'interruption"], + "Connexion directe aux caméras existantes", "Aucune nouvelle infrastructure requise", "Déploiement en minutes, pas d'interruption" + ], }, { id: "detect", label: "02", title: "Détection IA en Temps Réel", items: [ - "Analyse du flux vidéo local via edge computing", "Latence < 0.5 secondes", "Aucune image stockée ou envoyée en cloud"], + "Analyse du flux vidéo local via edge computing", "Latence < 0.5 secondes", "Aucune image stockée ou envoyée en cloud" + ], }, { id: "alert", label: "03", title: "Alerte Sonore Ciblée", items: [ - "Buzzer local qui alerte l'opérateur immédiatement", "Absence d'EPI détectée (casque, lunettes, gilet)", "Prévention préventive, pas de surveillance"], + "Buzzer local qui alerte l'opérateur immédiatement", "Absence d'EPI détectée (casque, lunettes, gilet)", "Prévention préventive, pas de surveillance" + ], }, ]} /> @@ -238,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1