Update nave
This commit is contained in:
parent
bce86ee840
commit
85195d6c7a
3 changed files with 14 additions and 207 deletions
|
|
@ -40,6 +40,18 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Contact Email -->
|
||||
<div class="mt-8 pt-6 border-t border-ghost-800/50">
|
||||
<p class="text-ghost-500 text-xs">
|
||||
Contact us:
|
||||
<a
|
||||
href="mailto:hello@ghostguild.org"
|
||||
class="text-ghost-400 hover:text-ghost-300 transition-colors"
|
||||
>hello@ghostguild.org</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Color Mode Switcher -->
|
||||
<div class="mb-6">
|
||||
<UColorModeButton size="md" class="w-full" />
|
||||
|
|
@ -149,7 +161,6 @@ const publicNavigationItems = [
|
|||
{ label: "About", path: "/about", accent: "who we are" },
|
||||
{ label: "Events", path: "/events", accent: "gatherings" },
|
||||
{ label: "Join", path: "/join", accent: "become one" },
|
||||
{ label: "Contact", path: "/contact", accent: "reach out" },
|
||||
];
|
||||
|
||||
const memberNavigationItems = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue