Compare commits

...

2 Commits

Author SHA1 Message Date
340a91708e Update src/app/page.tsx 2026-05-13 08:12:57 +00:00
82e148eb29 Merge version_6 into main
Merge version_6 into main
2026-05-13 08:11:59 +00:00

View File

@@ -69,6 +69,7 @@ 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" },
@@ -154,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}