Made icons depend on SOCIALS array

This commit is contained in:
2025-12-18 21:53:59 +01:00
parent f314a0672a
commit bc6c112704
4 changed files with 76 additions and 33 deletions

View File

@@ -1,9 +1,19 @@
import { Github, Mail } from 'lucide-react';
export const NAV_LINKS = ['Home', 'Projects', 'Team'];
export const SOCIALS = {
github: "https://github.com/LiquidDevelopmentDE/",
email: "mailto:hello@liquid-dev.de"
};
export const SOCIALS = [
{
name: "GitHub",
link: "https://github.com/LiquidDevelopmentDE/",
icon: Github
},
{
name: "Email",
link: "hello@liquid-dev.de",
icon: Mail
}
];
export const TEAM_MEMBERS = [
{