From f39e98c88401840a87b86e10bbfddce1cb889066 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:29:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c564f09..afbf2d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,16 +43,19 @@ export default function HomePage() {
@@ -96,6 +99,7 @@ export default function HomePage() { buttons={[ { text: "Bekijk Volledige Winkel", href: "/shop" } ]} + textBoxButtonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300" /> @@ -145,4 +149,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}