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 (
Discover User Insights} title="Effortless web & product analytics" description="Simplify your web & product analytics with our user-friendly platform. Collect, analyze, and optimize your data in minutes." />
); }