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