import { Button } from "@/components/ui/button"; import { Download } from "lucide-react"; const LeadMagnet = () => { return (

Download the 2025 Tax Prep Checklist

Get organized early with our comprehensive checklist covering all essential documents and deadlines for the upcoming tax season.

Free download • No spam • Unsubscribe anytime

); }; export default LeadMagnet;