Compare commits
8 Commits
version_26
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 47e9767a50 | |||
| ae62d885a7 | |||
| ab161d983b | |||
| 8264fd3277 | |||
| 2fcc670745 | |||
| 6a06e71bd3 | |||
| 4eb11b0f39 | |||
| 2e376006db |
@@ -8,10 +8,10 @@ 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, ShieldCheck, Users } from "lucide-react";
|
||||
import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleProductClick = () => {
|
||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Produits", id: "#products" },
|
||||
@@ -88,7 +88,7 @@ Nos solutions d'EPI certifiées protègent vos collaborateurs et assurent la con
|
||||
{ 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", onProductClick: handleProductClick },
|
||||
]}
|
||||
title="Gamme complète d'EPI"
|
||||
description=""
|
||||
description="Nos équipements sont rigoureusement sélectionnés pour offrir une protection maximale aux professionnels du bâtiment, résistant aux conditions les plus exigeantes sur le terrain pour garantir une sécurité sans compromis."
|
||||
buttons={[{ text: "Demander un devis personnalisé", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user