Skip to content

Commit 357c4c4

Browse files
committed
Update index.tsx
1 parent 4241898 commit 357c4c4

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

pages/index.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import {
1616
Monitor,
1717
Brain,
1818
Award,
19-
Gift
19+
Gift,
20+
MessageCircle
2021
} from 'lucide-react'
2122

2223
interface WeeklyActivity {
@@ -180,20 +181,22 @@ export default function Home() {
180181

181182
<div className="flex flex-col sm:flex-row gap-4 justify-center animate-fade-in">
182183
<a
183-
href="#join"
184+
href="https://docs.google.com/forms/d/e/1FAIpQLSeNvGlDOOH0hfegAQyI2ROafTluhOvc5DDGKhsjfsIPq_-9jA/viewform?usp=dialog"
185+
target="_blank"
186+
rel="noopener noreferrer"
184187
className="btn-primary inline-flex items-center space-x-2"
185188
>
186-
<span>Join Our Club</span>
189+
<span>Sign Up</span>
187190
<ChevronRight className="w-5 h-5" />
188191
</a>
189192
<a
190-
href="https://hackclub.com/"
193+
href="https://discord.gg/qWZNEtZ4Zv"
191194
target="_blank"
192195
rel="noopener noreferrer"
193196
className="btn-outline inline-flex items-center space-x-2"
194197
>
195-
<span>Learn About Hack Club</span>
196-
<ExternalLink className="w-4 h-4" />
198+
<MessageCircle className="w-4 h-4" />
199+
<span>Join our Discord Server</span>
197200
</a>
198201
</div>
199202
</div>
@@ -398,17 +401,16 @@ export default function Home() {
398401
<div>
399402
<h4 className="font-bold mb-4">Get Connected</h4>
400403
<div className="space-y-2 text-sm">
401-
<a href="mailto:faucodingclub@example.com" className="block text-hc-muted hover:text-white transition-colors">Email Us</a>
402-
<a href="#" className="block text-hc-muted hover:text-white transition-colors">Discord Server</a>
404+
<a href="https://discord.gg/qWZNEtZ4Zv" className="block text-hc-muted hover:text-white transition-colors">Discord Server</a>
403405
<a href="https://hackclub.com/slack" className="block text-hc-muted hover:text-white transition-colors">Hack Club Slack</a>
404-
<a href="https://github.com/fauhscoding" className="block text-hc-muted hover:text-white transition-colors">GitHub</a>
406+
<a href="https://github.com/FAUHSCoding" className="block text-hc-muted hover:text-white transition-colors">GitHub</a>
405407
</div>
406408
</div>
407409
</div>
408410

409411
<div className="border-t border-hc-darkless mt-8 pt-8 text-center text-sm text-hc-muted">
410412
<p>&copy; 2025 FAU Coding Club. Proudly affiliated with Florida Atlantic University.</p>
411-
<p className="mt-2">Not affiliated with FAUHS. Official Hack Club chapter working toward 501(c)(3) status.</p>
413+
<p className="mt-2">No longer affiliated with FAUHS. Official Hack Club chapter working toward 501(c)(3) status.</p>
412414
</div>
413415
</div>
414416
</footer>

0 commit comments

Comments
 (0)