From 7f1dd866f7ca049eac81ca23166bde7854cf3206 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:29:22 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0a285bb..9ccf6fd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -69,6 +69,7 @@ export default function ShopPage() { buttons={[ { text: "Aangepaste Bestelling", href: "/contact" } ]} + 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" /> @@ -96,4 +97,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}