"use client" import { REPO_PATH } from "@/constants" import { motion } from "framer-motion" import { ExternalLink, Github, Heart } from "lucide-react" import Link from "next/link" export function Footer() { return ( ) }