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