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