This commit is contained in:
2026-01-17 02:15:11 +01:00
parent c8f61257c9
commit 7c5b91749b
56 changed files with 818 additions and 731 deletions

View File

@@ -103,7 +103,7 @@ export default function Header() {
</div>
<Button
href="/contact"
href={`/${currentLocale}/contact`}
variant="outline"
className={cn(
"rounded-full px-6 transition-colors",
@@ -112,7 +112,7 @@ export default function Header() {
: "border-primary text-primary hover:bg-primary hover:text-white"
)}
>
Get in touch
{t('contact')}
</Button>
</div>