Update Navbar contact button
This commit is contained in:
@@ -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 */}
|
||||
<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
|
||||
|
||||
@@ -11,7 +11,7 @@ export const navLinks = [
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
url: 'services',
|
||||
url: '#',
|
||||
label: 'Leistungen',
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user