From 340a91708e50ce75414a0b58490437843083509f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 08:12:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe03dc..311951a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1