Neues WEBklar-Logo, Favicon und Tab-Titel

This commit is contained in:
2026-02-02 00:08:51 +01:00
parent 1d4584e5d9
commit 22d641e4e5
5 changed files with 60 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ import {
MobileNavToggle,
MobileNavMenu,
} from "@/components/ui/resizable-navbar";
import Logo from "@/components/Logo";
const Header = () => {
const navItems = [
@@ -30,6 +31,7 @@ const Header = () => {
{/* Desktop Navigation */}
<NavBody>
<NavbarLogo href="#">
<Logo width={30} height={30} />
<span className="font-display text-lg font-medium tracking-tight">
Webklar
</span>
@@ -52,6 +54,7 @@ const Header = () => {
<MobileNav>
<MobileNavHeader>
<NavbarLogo href="#">
<Logo width={30} height={30} />
<span className="font-display text-lg font-medium tracking-tight">
Webklar
</span>