Updated links and added discord

This commit is contained in:
2026-01-12 20:06:49 +01:00
parent 873cacdf0a
commit bc47a53a07
3 changed files with 18 additions and 1 deletions

View File

@@ -1,13 +1,19 @@
import { Github, Mail } from 'lucide-react';
import { FaDiscord } from 'react-icons/fa';
export const NAV_LINKS = ['Home', 'Projects', 'Team'];
export const SOCIALS = [
{
name: "GitHub",
link: "https://github.com/LiquidDevelopmentDE/",
link: "https://github.liquid-dev.de",
icon: Github
},
{
name: "Discord",
link: "https://discord.liquid-dev.de",
icon: FaDiscord
},
{
name: "E-Mail",
link: "hello@liquid-dev.de",