diff --git a/.gitignore b/.gitignore
index be0327b..d9c8436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -105,6 +105,9 @@ lighthouse-report/
.env.development.local
.env.test.local
.env.production.local
+settings.local.json
+.claude/
+claude/
# ESLint cache
.eslintcache
diff --git a/LocalLoopLogo.svg b/LocalLoopLogo.svg
new file mode 100644
index 0000000..021b06a
--- /dev/null
+++ b/LocalLoopLogo.svg
@@ -0,0 +1,10 @@
+
diff --git a/components/ui/Navigation.tsx b/components/ui/Navigation.tsx
index de84896..b15e3a2 100644
--- a/components/ui/Navigation.tsx
+++ b/components/ui/Navigation.tsx
@@ -3,7 +3,7 @@
import React, { useState } from 'react'
import Link from 'next/link'
import { useRouter } from 'next/navigation'
-import { Calendar, Menu, X } from 'lucide-react'
+import { Menu, X } from 'lucide-react'
import { useAuth } from '@/lib/auth-context'
import { useAuth as useAuthHook } from '@/lib/hooks/useAuth'
import { ProfileDropdown } from '@/components/auth/ProfileDropdown'
@@ -39,10 +39,12 @@ export function Navigation({
{/* Left side - Logo (always shown, always clickable home button) */}
-
-
-
-
+
+
LocalLoop
diff --git a/public/favicon-16x16.svg b/public/favicon-16x16.svg
index 46ce6f7..58d3696 100644
--- a/public/favicon-16x16.svg
+++ b/public/favicon-16x16.svg
@@ -1,5 +1,10 @@
-