Implementierung - SEO - 15.08.2025

This commit is contained in:
2025-08-15 17:51:21 +02:00
parent 2f1fdb9154
commit 6175424711
4 changed files with 38 additions and 5 deletions
+2 -2
View File
@@ -153,8 +153,8 @@ const Layout = ({ children }: LayoutProps) => {
{/* Logo */}
<Link to="/" className="flex items-center space-x-2 group shrink-0">
<motion.img
src="/logo.svg"
alt=""
src="/header-logo.svg"
alt="Damjan Savić Logo"
className="h-8 w-auto"
whileHover={{ scale: 1.05 }}
transition={{ type: "spring", stiffness: 400, damping: 10 }}