diff --git a/index.html b/index.html index c7dafee..75ceb81 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,11 @@ + + + + + diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index dd5a126..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/logo_bayarea.svg b/public/logo_bayarea.svg new file mode 100644 index 0000000..89ef272 --- /dev/null +++ b/public/logo_bayarea.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + diff --git a/public/placeholder.svg b/public/placeholder.svg index e763910..9b13eb6 100644 --- a/public/placeholder.svg +++ b/public/placeholder.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/public/serverroom.png b/public/serverroom.png new file mode 100644 index 0000000..9c89339 Binary files /dev/null and b/public/serverroom.png differ diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 1bfb9f4..f1aed07 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -33,11 +33,13 @@ const Navigation = () => {
{/* Logo */} - -
- BA -
- + + Bay Area Affiliates Logo + Bay Area Affiliates @@ -51,7 +53,7 @@ const Navigation = () => { className={`font-medium transition-colors duration-200 ${ isActive(item.path) ? 'text-neon' - : 'text-foreground-muted hover:text-neon' + : 'text-white hover:text-neon' }`} > {item.name} @@ -68,7 +70,7 @@ const Navigation = () => { {/* Mobile menu button */}