Merge version_1 into main #3
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user