From 54c06d035f6a0c5551e247d64b3d679a59c01ad6 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:29:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bcee1a5..99619a8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,6 +44,7 @@ export default function ContactPage() { { text: "E-mail Mij", href: "mailto:hallo@geupycyledthreads.nl" }, { text: "Instagram", href: "https://instagram.com" } ]} + buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300" /> @@ -79,4 +80,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}