Merge version_5 into main #4

Merged
development merged 6 commits from version_5 into main 2026-01-24 17:29:27 +00:00
Showing only changes of commit 54c06d035f - Show all commits

View File

@@ -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"
/>
</div>
@@ -79,4 +80,4 @@ export default function ContactPage() {
<FooterLogoReveal logoText="Geüpcycled Threads" />
</ThemeProvider>
);
}
}