A dark-themed website footer with newsletter email signup, a strong contact call-to-action, navigation links, and a copyright notice.
import Footer from "@/components/ui/footer-02"; export default function DefaultFooterDemo() { return <Footer />; }