Compare commits
19 Commits
version_4
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 55efdd9da9 | |||
| ade8a2f2f6 | |||
| 862e3d9eee | |||
| ed85682fbc | |||
| d9d385639b | |||
| a8f98487fa | |||
| 18f6368264 | |||
| 5ba8ed0602 | |||
| 279d5bc3e5 | |||
| b59ba1433d | |||
| 10a9db6a3d | |||
| 27f981a958 | |||
| 340a91708e | |||
| 82e148eb29 | |||
| 53f7949c48 | |||
| aea8c8e218 | |||
| 93fa39fa31 | |||
| 2822c50fe5 | |||
| f9b156a7d0 |
@@ -43,10 +43,10 @@ export default function LandingPage() {
|
||||
<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 individuelle à La Réunion depuis 1996."
|
||||
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, pour une tranquillité d'esprit absolue du chef de projet au foreman."
|
||||
buttons={[{ text: "Obtenir un devis rapide", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg"
|
||||
imageAlt="Casque de chantier SAE"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/construction-site-worker-with-safety-gear_1150-18457.jpg"
|
||||
imageAlt="Chantier de construction avec un professionnel en équipement de sécurité"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,9 +69,10 @@ 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" },
|
||||
@@ -79,7 +80,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Gamme complète d'EPI"
|
||||
description="Une sélection rigoureuse auprès des plus grands fabricants mondiaux."
|
||||
buttons={[{ text: "Découvrir tout le catalogue", href: "#catalog" }]}
|
||||
buttons={[{ text: "Demander le catalogue complet", href: "#catalog" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,7 +136,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Besoin d'un devis ?"
|
||||
description="Rejoignez notre réseau de professionnels équipés pour la sécurité."
|
||||
description="Obtenez une réponse sous 24h pour vos besoins en sécurité."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -154,4 +155,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user