export default function MonthlyGivingPage() { return (
{/* Hero Section */}
Dawn and Darryl or youth in programs

🌟 Give Monthly in Honor of Dawn & Darryl

{/* Intro Text */}

Keep Their Spirit Alive – Every Month, Every Gift Makes a Difference

{/* Donation Tiers */}

Make an Impact Every Month

{[ { amount: "$10/month", impact: "Provides supplies for one student" }, { amount: "$25/month", impact: "Covers activity fees for a participant" }, { amount: "$50/month", impact: "Sponsors a student’s full program experience" }, { amount: "$100/month", impact: "Supports multiple participants for a full year" } ].map((item, idx) => (

{item.amount}

{item.impact}

))}
Start Your Monthly Gift
{/* Give in Honor Section */}

Give in Honor of Dawn & Darryl

Send a personalized e-card or download a printable card to celebrate your gift and honor someone special.

{/* Where Your Money Goes */}

Where Your Money Goes

  • 100% of your monthly donation supports youth programs
  • Builds confidence, resilience, and life skills for at-risk youth
  • Helps participants develop emotional intelligence, make better choices, and thrive
{/* Note from Charlene */}
Charlene Manns Horne

"Dawn and Darryl lived their lives helping others. Your monthly support continues that work, giving young people the tools they need to succeed."

— Charlene Manns Horne, Founder

{/* Recognition Section */}

Recognition & Gratitude

Monthly donors in honor of Dawn & Darryl will be listed on our website and receive updates about the impact of their gift.

Give Monthly in Honor of Dawn & Darryl
); }