Update Navbar contact button

This commit is contained in:
2025-04-08 22:42:32 +02:00
parent 2d89fcfbb8
commit 5226cd1bd4
2 changed files with 8 additions and 6 deletions

View File

@@ -73,11 +73,13 @@ const Nav = ({openNav}: Props) => {
{/* Right Side Buttons */}
<div className="flex items-center space-x-3 transition-all duration-300 ease-in-out">
{/* Portal Button */}
<button
className={`${buttonSize} text-white font-semibold bg-blue-700 hover:bg-blue-900 transition-all duration-300 ease-in-out rounded-full`}
>
Kontakt
</button>
<Link href="/contact">
<button
className={`${buttonSize} text-white font-semibold bg-blue-700 hover:bg-blue-900 transition-all duration-300 ease-in-out rounded-full`}
>
Kontakt
</button>
</Link>
{/* Theme Toggle Button */}
<button

View File

@@ -11,7 +11,7 @@ export const navLinks = [
},
{
id: 3,
url: 'services',
url: '#',
label: 'Leistungen',
}
];