From 2f30be2b221e326085af4878d00775906b4ef8ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:48:12 +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 a8ccbc2..a4ba54c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,10 +63,11 @@ export default function LandingPage() { ]} carouselPosition="right" buttons={[ - { text: "Bekijk Assortiment", href: "assortment" }, { text: "Vraag Prijs & Sample", href: "contact" }, + { text: "Bekijk Assortiment", href: "assortment" }, ]} buttonAnimation="slide-up" + buttonClassName="px-8 py-3 font-semibold text-lg shadow-lg hover:shadow-xl transition-all duration-300" />