import { BRAND } from "@/lib/constants"; import { Heart } from "lucide-react"; export function Footer() { const year = new Date().getFullYear(); return ( ); }