feat: update contact link on homepage to point to caspos.de/kontakt/
Some checks failed
Staging Build / build (push) Failing after 1m56s
Some checks failed
Staging Build / build (push) Failing after 1m56s
This commit is contained in:
@@ -38,7 +38,7 @@ export default function Home() {
|
||||
Lizenz bestellen <ArrowRight className="ml-2 h-5 w-5" />
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/contact">
|
||||
<Link href="https://caspos.de/kontakt/" target="_blank" rel="noopener noreferrer">
|
||||
<Button size="lg" variant="outline" className="h-12 px-8 text-lg font-semibold bg-transparent border-slate-400 text-slate-900 hover:bg-slate-100 dark:border-white/40 dark:text-white dark:hover:bg-white/10">
|
||||
Fragen? Kontaktieren Sie uns
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user