import React from "react"; // NOTE: This mockup uses Tailwind utility classes. In your CMS, copy the HTML inside // the return() and place it in a code block or page template with Tailwind enabled. // Replace the LOGO text with your actual image once uploaded to Squarespace. // Brand palette from "Logo Spot Colors.pdf" // Charcoal: #333132 | CSA Blue: #1A428A | Slate Blue: #5567A3 // Deep Teal: #005850 | Sea Glass: #5E9A93 export default function DonorsLandingPage() { return (
{/* Global wrapper */}
{/* Top bar */}
CSA
Community STE(A)M Academy – Xenia
Where real‑world learning meets purpose
{/* Hero */}

Donors: Invest in the Future of Education

CSA‑Xenia is a tuition‑free public STE(A)M school with no local tax base. Your gift closes the funding gap so students can learn by doing—building solutions for our community today and leading Ohio’s workforce tomorrow.

{/* Decorative backdrop */}
{/* Impact strip */}
{[ { k: 'Project‑Driven Days', v: '100%' }, { k: 'Local & Higher‑Ed Partners', v: '50+ \'and growing\'' }, { k: 'Internship & Service Hours', v: 'Hundreds by graduation' }, { k: 'Tuition', v: 'Zero – Public Charter' }, ].map((item, idx) => (
{item.k}
{item.v}
))}
{/* Why CSA */}

Why Your Support Matters

State funding doesn’t fully cover the cost of an innovative, workforce‑ready education—and unlike traditional districts, CSA‑Xenia has no local tax base. Your investment closes the gap so students can access the tools, mentors, and experiences that transform potential into purpose.

  • Workforce‑ready learning in robotics, micro‑electronics, engineering design, and entrepreneurship.
  • Creative pathways in visual, media, and performing arts to keep learners inspired and expressive.
  • Community‑embedded projects with authentic audiences, mentors, and real impact.
  • Holistic development that engages heart, mind, body, and soul—supporting confident, resilient graduates.
{/* Card stack */}

What makes CSA different

No bells. No rows of desks. Learning happens in neighborhoods—interdisciplinary teams tackling real problems. Students drive the questions; teachers coach, partners mentor, and the community is the classroom.

Your return on impact

Gifts fund industry‑grade tools, student internships, transportation for site work, and showcase events where learners present to business and civic leaders—building a talent pipeline for the Miami Valley.

What partners say

Regional STEM reviewers praised CSA‑Xenia’s culture, inclusivity, and authentic project design—calling out how students “don’t know where math ends and science begins” because learning reflects real life.

{/* Core Values band */}

Our Six Core Values

Creative Expression • Holistic Thinking • Effective Communication • Community Service‑Learning • Confident Identity • Dynamic Movement

{[ 'Creative Expression', 'Holistic Thinking', 'Effective Communication', 'Community Service‑Learning', 'Confident Identity', 'Dynamic Movement', ].map((v, i) => (
{v}
))}
{/* How to engage */}
{[{ t: 'Sponsor a Program', d: 'Accelerate a lab, project, or showcase. Naming opportunities available for multi‑year gifts.', a: 'https://communitysteam.com/sponsors', cta: 'View Sponsor Tiers' }, { t: 'Give Today', d: 'One‑time or recurring gifts sustain day‑to‑day excellence and expand student access.', a: 'https://communitysteam.com/donations', cta: 'Donate Securely' }, { t: 'Partner & Mentor', d: 'Host students, advise a project, or serve as an authentic audience for presentations of learning.', a: 'https://communitysteam.com/partners', cta: 'See Partnership Options' }].map((card, idx) => (

{card.t}

{card.d}

))}
{/* Footer CTA */}

Ready to help students build what’s next?

Your gift fuels project‑based, workforce‑direct learning for every CSA‑Xenia student.

© {new Date().getFullYear()} Community STE(A)M Academy – Xenia • EIN 501(c)(3)
{/* Font import (Fira Sans Extra Condensed for headings) */}
); }