import React from "react"; import Link from "next/link"; import { Layers } from "lucide-react"; export function Footer() { return ( ); }