diff --git a/app/components/AppNavigation.vue b/app/components/AppNavigation.vue
index 54cd40e..555ebaf 100644
--- a/app/components/AppNavigation.vue
+++ b/app/components/AppNavigation.vue
@@ -40,6 +40,18 @@
+
+
@@ -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 = [
diff --git a/app/pages/contact.vue b/app/pages/contact.vue
deleted file mode 100644
index 28f72cf..0000000
--- a/app/pages/contact.vue
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
- Get in Touch
-
-
-
-
- We'd be happy to answer any questions
- you might have about Ghost Guild
-
-
-
-
-
-
-
-
-
- Send us a message (or email hello@ghostguild.org)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Send Message
-
-
-
-
-
-
-
- Thank you! Your message has been sent successfully. We'll get back
- to you soon.
-
-
-
-
-
-
-
-
-
-
diff --git a/app/pages/join.vue b/app/pages/join.vue
index e5bb2c4..fe6de56 100644
--- a/app/pages/join.vue
+++ b/app/pages/join.vue
@@ -153,7 +153,7 @@
class="flex flex-col p-6 rounded-lg border-2 cursor-pointer transition-all hover:shadow-md"
:class="
form.circle === option.value
- ? 'border-neutral-900 bg-[--ui-bg]'
+ ? 'border-primary bg-primary/5'
: 'border-neutral-200 hover:border-neutral-400'
"
>
@@ -162,7 +162,7 @@
type="radio"
:value="option.value"
name="circle"
- class="mb-3"
+ class="sr-only"
/>
{{ option.label }}