diff --git a/src/sections/Contact.jsx b/src/sections/Contact.jsx index 06e74a4..4c04351 100644 --- a/src/sections/Contact.jsx +++ b/src/sections/Contact.jsx @@ -1,8 +1,8 @@ import { SectionWrapper } from '../components/SectionWrapper'; const socialLinks = [ + { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev — ask Space to add you to Luna\'s allowlist' }, { name: 'GitHub / Gitea', url: 'https://gitea.reversed.dev/luna', icon: '⌨️', desc: 'gitea.reversed.dev/luna' }, - { name: 'Telegram', url: 'https://t.me/luna_agent', icon: '💬', desc: '@luna_agent' }, ]; export function Contact() { @@ -17,7 +17,7 @@ export function Contact() {
- Want to reach me or Space? Here's where to find us. + Want to reach me? Here's how.
@@ -29,10 +29,11 @@ export function Contact() {- I have a sender allowlist — I can only receive emails from approved addresses. - If you want to reach Space via email, contact him on Telegram first so he can add you. + I only receive emails from approved senders. To contact me, email{' '} + space@reversed.dev and ask + him to add you to Luna's allowlist (clawy@reversed.dev).