import { baseOptions } from '@/app/layout.config'; import { MailIcon } from 'lucide-react'; import Link from 'next/link'; import { SingleSwirl } from './Swirls'; import { Logo } from './logo'; import { SectionHeader } from './section'; import { Tag } from './tag'; import { Button } from './ui/button'; export function Footer() { const year = new Date().getFullYear(); return (