Compare commits
6 Commits
version_30
...
version_33
| Author | SHA1 | Date | |
|---|---|---|---|
| eac80812ee | |||
| 242003ca3c | |||
| 761338fe06 | |||
| 1baf54d7b5 | |||
| 1a65c0cea4 | |||
| c4766acd40 |
@@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react";
|
||||
@@ -36,12 +36,13 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Produits", id: "#products" },
|
||||
{ name: "À Propos", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Mon Panier", id: "#cart" },
|
||||
]}
|
||||
brandName="SAE Réunion"
|
||||
/>
|
||||
@@ -50,9 +51,9 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<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" }]}
|
||||
description="Bénéficiez de notre expertise locale unique et de nos délais de livraison ultra-rapides. Contrairement aux fournisseurs généralistes, nous garantissons une disponibilité immédiate et un accompagnement technique de proximité pour sécuriser vos chantiers réunionnais sans attente."
|
||||
buttons={[{ text: "Obtenir un devis rapide", href: "#contact" }]
|
||||
}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df1ETXUvuyYPxkhnyZJKVSXGQj/chantier-1778660616866-4fd2157e.png"
|
||||
imageAlt="Chantier de construction avec un professionnel en équipement de sécurité"
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user