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 */} {/* Right Side Buttons */}
<div className="flex items-center space-x-3 transition-all duration-300 ease-in-out"> <div className="flex items-center space-x-3 transition-all duration-300 ease-in-out">
{/* Portal Button */} {/* Portal Button */}
<Link href="/contact">
<button <button
className={`${buttonSize} text-white font-semibold bg-blue-700 hover:bg-blue-900 transition-all duration-300 ease-in-out rounded-full`} className={`${buttonSize} text-white font-semibold bg-blue-700 hover:bg-blue-900 transition-all duration-300 ease-in-out rounded-full`}
> >
Kontakt Kontakt
</button> </button>
</Link>
{/* Theme Toggle Button */} {/* Theme Toggle Button */}
<button <button

View File

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