diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f479ab..57d1e12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,8 @@ export default function LandingPage() { rating={5} ratingText="Certifié et de confiance" buttons={[ - { text: "Demander un devis", href: "#contact" } + { text: "Demander un devis", href: "#contact" }, + { text: "Voir le catalogue", href: "#products" } ]} tagAnimation="slide-up" buttonAnimation="slide-up"