From 5bcf42dad8b9033c57d773794a9387b178182c86 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 07:54:04 +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 c23ca56..b950706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,7 @@ export default function LandingPage() { ]} title="Gamme complète d'EPI" description="Une sélection rigoureuse auprès des plus grands fabricants mondiaux." + buttons={[{ text: "Découvrir tout le catalogue", href: "#catalog" }]} /> @@ -153,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1