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 +}