Compare commits
10 Commits
version_28
...
version_33
| Author | SHA1 | Date | |
|---|---|---|---|
| eac80812ee | |||
| 242003ca3c | |||
| 761338fe06 | |||
| 1baf54d7b5 | |||
| 1a65c0cea4 | |||
| c4766acd40 | |||
| 47e9767a50 | |||
| ae62d885a7 | |||
| ab161d983b | |||
| 8264fd3277 |
@@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react";
|
import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react";
|
||||||
@@ -36,33 +36,24 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<div className="w-full flex items-center justify-between p-4 bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b">
|
<NavbarStyleFullscreen
|
||||||
<div className="flex items-center gap-4 border rounded-full px-4 py-2 bg-gray-50">
|
navItems={[
|
||||||
<Search className="w-5 h-5 text-gray-500" />
|
{ name: "Accueil", id: "#hero" },
|
||||||
<input type="text" placeholder="Rechercher des produits..." className="bg-transparent outline-none" />
|
{ name: "Produits", id: "#products" },
|
||||||
</div>
|
{ name: "À Propos", id: "#about" },
|
||||||
<NavbarStyleApple
|
{ name: "Contact", id: "#contact" },
|
||||||
navItems={[
|
{ name: "Mon Panier", id: "#cart" },
|
||||||
{ name: "Accueil", id: "#hero" },
|
]}
|
||||||
{ name: "Produits", id: "#products" },
|
brandName="SAE Réunion"
|
||||||
{ name: "À Propos", id: "#about" },
|
/>
|
||||||
{ name: "Contact", id: "#contact" },
|
|
||||||
]}
|
|
||||||
brandName="SAE Réunion"
|
|
||||||
/>
|
|
||||||
<button className="flex items-center gap-2 px-6 py-2 bg-primary text-white rounded-full font-semibold">
|
|
||||||
<ShoppingCart className="w-5 h-5" />
|
|
||||||
Mon Panier
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Expertise en EPI pour les Professionnels de la Réunion"
|
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.
|
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."
|
||||||
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" }]
|
||||||
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"
|
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é"
|
imageAlt="Chantier de construction avec un professionnel en équipement de sécurité"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user