import React from "react"; import { motion } from "framer-motion"; import { Rocket, ShieldCheck, CreditCard, GraduationCap, Scale, CheckCircle2, ArrowRight, Headset } from "lucide-react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; // Simple utility components const Section = ({ id, children, className = "" }) => (
{children}
); const GlassCard = ({ children, className = "" }) => ( {children} ); const bullets = [ "Done‑for‑you funnels and automated follow‑ups", "Recurring revenue systems that work year‑round", "Guided setup with experts who’ve built six‑figure firms", "Compliance and legal guardrails so you scale safely", ]; const features = [ { icon: , title: "All‑in‑One Software", body: "Log in and go—no tech headaches. File faster, manage your team virtually, and maximize revenue from day one.", }, { icon: , title: "Automated Marketing", body: "Stop chasing leads. Get a steady flow of qualified clients with done‑for‑you funnels, outreach, and nurture systems.", }, { icon: , title: "Launch Financing", body: "No capital? Not a problem. Secure $25k+ in flexible funding so you can start strong without draining savings.", }, { icon: , title: "1:1 Coaching & Training", body: "Your personal Tax GPS. Get real‑time feedback, step‑by‑step support, and the blueprint to win faster and smarter.", }, { icon: , title: "IRS Compliance & Legal", body: "Build something that lasts. Stay compliant, avoid costly mistakes, and operate audit‑ready with confidence.", }, { icon: , title: "Resolution Revenue", body: "Go beyond basic returns—solve garnishments, back taxes, audits, and more to unlock larger fees and lifelong clients.", }, ]; export default function TaxLaunchLandingPage() { return (
{/* Background */}
{/* Nav */} {/* Hero */}
Launch a Six‑Figure Tax Firm

From filing returns to running the show.

Build and launch a profitable, year‑round tax business without compliance anxiety. Our done‑for‑you, step‑by‑step game plan turns IRS nightmares into paydays and installs recurring revenue systems that run while you sleep.

    {bullets.map((b, i) => (
  • {b}
  • ))}

Your Personal Tax GPS

Guided setup · Automation · Compliance · Resolution Revenue

{/* Pillars */}

The Tax Launch Pillars

Everything you need to launch, grow, and scale a tax firm that earns year‑round.

{features.map((f, idx) => (
{f.icon}

{f.title}

{f.body}

))}
{/* Results / Resolution */}

Turn IRS problems into profit

Become the go‑to expert for garnishments, back taxes, audits, and more—without needing to be a CPA. Unlock larger fees, build lifelong clients, and resolve serious tax issues on autopilot.

    {[ "High‑value resolution services", "Proven case workflows", "Templates & checklists included", "Year‑round revenue engine", ].map((b, i) => (
  • {b}
  • ))}
{/* Pricing / CTA */}

Pick your path

Apply today. Financing available. Build a legally sound, automated, six‑figure firm—fast.

{/* Apply / Form */}

Tell us about your goals

We’ll review your application and map the fastest route to your first six‑figure year—one IRS case at a time.

  • 5‑minute application
  • Financing options available
  • Launch plan delivered on your kickoff call
{/* HubSpot form embed slot */}