"use client"; import { motion } from "framer-motion"; import Link from "next/link"; import { useState } from "react"; import { FaGithub } from "react-icons/fa"; export default function GithubLink() { const [hover, setHover] = useState(false); return (