@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider" ;
import ReactLenis from "lenis/react" ;
import AboutMetric from '@/components/sections/about/AboutMetric' ;
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm ' ;
import ContactCenter from '@/components/sections/contact/ContactCenter ' ;
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne' ;
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal ' ;
import HeroLogo from '@/components/sections/hero/HeroLogo ' ;
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis ' ;
import HeroBillboard from '@/components/sections/hero/HeroBillboard ' ;
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo' ;
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered' ;
import ProductCardOne from '@/components/sections/product/ProductCardOne' ;
@@ -41,23 +41,25 @@ export default function LandingPage() {
< / div >
< div id = "hero" data-section = "hero" >
< HeroLogo
logoText = "#BIENÉQUIPÉ "
description = "Un chantier sécuris é commence par un bon casque. Leader de l’ équipement de protection individuel le à La Réunion depuis 1996."
< HeroBillboard
title = "Expertise en EPI pour les Professionnels de la Réunion "
description = "Assurez une sécurit é immédiate pour les professionnels de l'î le de La Réunion.
Nos solutions d'EPI certifiées protègent vos collaborateurs et assurent la conformité totale de vos chantiers."
buttons = { [ { text : "Obtenir un devis rapide" , href : "#contact" } ] }
imageSrc = "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jp g"
imageAlt = "Casque de chantier SAE "
imageSrc = "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df1ETXUvuyYPxkhnyZJKVSXGQj/chantier-1778660616866-4fd2157e.pn g"
imageAlt = "Chantier de construction avec un professionnel en équipement de sécurité "
background = { { variant : "plain" } }
/ >
< / div >
< div id = "about" data-section = "about" >
< AboutMetric
useInvertedBackground = { true }
title = "Le spécialiste de l'EPI depuis 1996 "
title = "30 ans au service de votre sécurité à La Réunion "
metrics = { [
{ icon : Award , label : "Années d'expertise" , value : "28 +" } ,
{ icon : Award , label : "Années d'expertise" , value : "30 +" } ,
{ icon : ShieldCheck , label : "Produits certifiés" , value : "1000+" } ,
{ icon : Users , label : "Clients satisfaits" , value : "5 000+" } ,
{ icon : Users , label : "Clients satisfaits" , value : "10 000+" } ,
] }
metricsAnimation = "slide-up"
/ >
@@ -69,16 +71,18 @@ export default function LandingPage() {
textboxLayout = "split"
gridVariant = "one-large-left-three-stacked-right"
useInvertedBackground = { false }
tag = "Certifié & Conforme"
products = { [
{ id : "p1" , name : "Gants de Manutention" , price : "12€" , imageSrc : "http://img.b2bpic.net/free-photo/top-view-safety-gloves-vest_23-2148784084.jpg" } ,
{ id : "p2" , name : "Chaussures de Sécurité" , price : "89€" , imageSrc : "http://img.b2bpic.net/free-photo/unrecognizable-manual-worker-typing-shoelace-construction-site_637285-8190.jpg" } ,
{ id : "p1" , name : "Gants de Manutention" , price : "12€" , imageSrc : "http://img.b2bpic.net/free-photo/top-view-safety-gloves-vest_23-2148784084.jpg" , onProductClick : ( ) = > window . location . href = '#contact' } ,
{ id : "p2" , name : "Chaussures de Sécurité" , price : "89€" , imageSrc : "http://img.b2bpic.net/free-photo/unrecognizable-manual-worker-typing-shoelace-construction-site_637285-8190.jpg" , onProductClick : ( ) = > window . location . href = '#contact' } ,
{ id : "p3" , name : "Lunettes de Protection" , price : "15€" , imageSrc : "http://img.b2bpic.net/free-photo/man-wearing-protection-equipment-close-up_23-2148921397.jpg" } ,
{ id : "p4" , name : "Vêtements Haute Visibilité" , price : "45€" , imageSrc : "http://img.b2bpic.net/free-photo/engineer-oversees-assembly-tools-tablet-industry-plant-surrounded-by-metal-steel-machinery_482257-135546.jpg" } ,
{ id : "p5" , name : "Protection Respiratoire" , price : "29€" , imageSrc : "http://img.b2bpic.net/free-photo/man-with-gas-mask_1122-1288.jpg" } ,
{ id : "p6" , name : "Casque Anti-bruit" , price : "35€" , imageSrc : "http://img.b2bpic.net/free-photo/man-builder-carpenter-polishes-wooden-board-with-random-orbit-sander_23-2147944854.jpg" } ,
] }
title = "Gamme complète d'EPI"
description = "Une sélection rigoureuse auprès des plus grands fabricants mondiaux. "
description = ""
buttons = { [ { text : "Demander un devis personnalisé" , href : "#contact" } ] }
/ >
< / div >
@@ -110,7 +114,7 @@ export default function LandingPage() {
{ id : "m3" , value : "98%" , description : "Taux de disponibilité" } ,
] }
title = "Impact & Sécurité"
description = "Des chiffres qui témoignent de notre engagement quotidien. "
description = "Fiabilité et réactivité : nos indicateurs clés de performance garantissent votre sérénité au quotidien"
/ >
< / div >
@@ -131,38 +135,23 @@ export default function LandingPage() {
< / div >
< div id = "contact" data-section = "contact" >
< ContactSplitForm
useInvertedBackground = { false }
title = "Contactez-nous "
description = "Besoin d'un conseil ou d'un devis ? Notre équipe est à votre écoute ."
inputs = { [
{ name : "nom" , type : "text" , placeholder : "Nom complet" , required : true } ,
{ name : "email" , type : "email" , placeholder : "Email professionnel" , required : true } ,
] }
textarea = { { name : "message" , placeholder : "Votre demande" , rows : 4 } }
imageSrc = "http://img.b2bpic.net/free-photo/high-rise-construction-with-cantilever-decks-floor-rhythm-yellow-platforms_169016-69965.jpg"
< ContactCenter
tag = "Contact"
title = "Obtenez votre devis personnalisé en 24h "
description = "Nous nous engageons à traiter vos demandes rapidement pour assurer votre s écurité ."
background = { { variant : "gradient-bars" } }
useInvertedBackground = { true}
/ >
< / div >
< div id = "footer" data-section = "footer" >
< FooterBaseReveal
< FooterLogoEmphasis
logoText = "SAE Réunion"
columns = { [
{
t itle : "Navigation" , items : [
{ label : "Accueil" , href : "#hero" } ,
{ label : "Produits" , href : "#products" } ,
{ label : "Contact" , href : "#contact" } ,
] ,
} ,
{
title : "Informations" , items : [
{ label : "Mentions Légales" , href : "#" } ,
{ label : "Politique Confidentialité" , href : "#" } ,
] ,
} ,
{ items : [ { label : "Accueil" , href : "#hero" } , { label : "Produits" , href : "#products" } ] } ,
{ items : [ { label : "À Propos" , href : "#about" } , { label : "Contact" , href : "#contact" } ] } ,
{ items : [ { label : "Mentions Légales" } , { label : "Confidentialité" } ] } ,
] }
copyrightText = "© 2024 SAE Réunion - Leader EPI"
/ >
< / div >
< / ReactLenis >