--- import { Icon } from 'astro-iconify'; // import ThemeSwitcher from "~/components/theme-switcher.astro"; const socials = [ { name: 'GitHub', url: 'https://github.com/astro-reactive/astro-reactive', icon: 'fa-brands:github-alt', }, { name: 'Discord', url: 'https://discord.gg/kkvW7GYNAp', icon: 'fa-brands:discord', }, ]; ---