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