import { Button } from "@/components/ui/button"; import { Card } from "@/components/ui/card"; import { ArrowRight, CheckCircle, Users, Zap, BookOpen, TrendingUp, Target, Award } from "lucide-react"; import { useState } from "react"; /** * MPOM Homepage - Modern Professional Growth Platform * Design: Contemporary B2B SaaS with aspirational undertones * Colors: Deep Teal (#0F766E) + Warm Amber (#D97706) * Typography: Playfair Display (headlines) + Poppins (body) */ export default function Home() { const [activeStep, setActiveStep] = useState(0); return (
{/* Navigation */} {/* Hero Section */}
Legacy Peace of Mind Hero

Build an Insurance Agency with Proven Systems—Not Guesswork

Get licensed, trained, and equipped with leads, CRM, marketing, and automations to scale your business faster than most agencies.

{/* Trust Indicators */}
2,500+

Agents Trained

21+

Years Experience

3,500+

Clients Served

{/* Value Proposition Section */}

The Complete Agency-Building Platform

Everything you need to go from licensed agent to agency leader—all in one place.

{[ { icon: , title: "Lead Systems", description: "Pre-built lead generation and prospecting frameworks that work. No guessing, just proven systems." }, { icon: , title: "CRM & Automations", description: "Streamlined client management and follow-up automation to scale without burning out." }, { icon: , title: "Marketing Support", description: "Proven marketing strategies and ready-to-use materials to attract and convert clients." }, { icon: , title: "Licensing & Training", description: "End-to-end support from exam prep through advanced skills and ongoing education." }, { icon: , title: "Mentorship", description: "Direct access to Joshua Youngs and experienced leaders who've built agencies before." }, { icon: , title: "Leadership Development", description: "Clear path from producer to agency builder with systems that scale." } ].map((item, idx) => (
{item.icon}

{item.title}

{item.description}

))}
{/* How It Works Section */}

Your Path to Agency Success

Five proven steps to go from where you are now to building a thriving insurance agency.

{[ { step: 1, title: "Get Licensed", description: "We guide you through the entire licensing process—study materials, exam prep, and state requirements—so you're set up for success from day one.", image: "https://d2xsxph8kpxj0f.cloudfront.net/310519663417227535/jK5UuzMwx9GcsasPKpotqB/team-collaboration-eSBGNhbUjde7UtyLBkCuBP.webp" }, { step: 2, title: "Get Trained", description: "Learn the business side-by-side with experienced mentors. Real-world training, not just theory—so you're confident and producing quickly.", image: "https://d2xsxph8kpxj0f.cloudfront.net/310519663417227535/jK5UuzMwx9GcsasPKpotqB/mentorship-moment-KGeK3jREsqbDZVBPC6fMMb.webp" }, { step: 3, title: "Build Production", description: "Access lead systems, CRM, marketing tools, and automations to generate and close business. Build your book faster with proven frameworks.", image: "https://d2xsxph8kpxj0f.cloudfront.net/310519663417227535/jK5UuzMwx9GcsasPKpotqB/growth-chart-visual-N7r4F9DqzutSfCAmmPY6yi.webp" }, { step: 4, title: "Scale Your Team", description: "Systems and training to hire, manage, and develop agents. Build a team that multiplies your impact and income.", image: "https://d2xsxph8kpxj0f.cloudfront.net/310519663417227535/jK5UuzMwx9GcsasPKpotqB/success-celebration-Dty9vPwpWZarH54NgEB3sP.webp" } ].map((item, idx) => (
{item.step}

{item.title}

{item.description}

{item.title}
))}
{/* What You Get Section */}

Your Agency-Building Toolkit

Everything you need to succeed—from day one to scaling your team.

{[ "Lead Generation System", "CRM Platform", "Marketing Templates & Campaigns", "Licensing Support", "Ongoing Training & Webinars", "1-on-1 Mentorship", "Automation Tools", "Community & Peer Learning", "Performance Analytics" ].map((feature, idx) => (
{feature}
))}
{/* Who This Is For Section */}

Whether You're Starting From Zero or Ready to Scale

New to Insurance

No license needed. No experience required. What you need is the drive to change your life—and we'll provide the roadmap. We take people from zero and help them build a career, a business, and a financial future they never thought possible.

  • Licensing Support
  • Hands-On Training
  • Uncapped Earning Potential

Licensed & Producing

You're already writing business or ready to start immediately. You see yourself leading others—not just selling policies for the rest of your career. You're coachable, driven, and serious about building long-term wealth.

  • Advanced Lead Systems
  • Team Building Systems
  • Leadership Development
{/* Founder Section */}

Meet Your Guide

Joshua Youngs

Founder & CEO, Legacy Peace of Mind

With 21+ years in the insurance industry, Joshua Youngs is one of the most productive and respected Medicare agents in the country. He went from ZERO to 1,500 Medicare clients in just over 2 years and now writes over 1,000 policies every single year.

During the 2021 AEP in Colorado, he ranked #1 with UnitedHealthcare, #5 with Humana, #1 with Clear Spring, and top 10 for Cigna. As the creator of the Medicare Machine Factory, Joshua now teaches top 20% Medicare agents how to become top 1% producers — helping agents build scalable, systematic businesses that generate life-changing income.

1,500+

Medicare Clients

70%

Closing Rate

1,000+

Policies/Year

Joshua Youngs

Founder & CEO

A+ BBB Accredited

{/* CTA Section */}

Ready to Build Your Agency?

Let's see if this is a fit. Answer a few quick questions and we'll reach out to start the conversation.

{/* Footer */}
); }