Merge version_3 into main #5
@@ -92,19 +92,22 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="What We Offer"
|
||||
description="CheerUp! provides comprehensive training and competitive opportunities for cheerleaders at all skill levels – from beginner to elite. From fundamentals to advanced techniques, we nurture champions at every stage of their journey."
|
||||
description="CheerUp! serves cheerleaders at all skill levels – from beginner to elite – with comprehensive training programs, competitive opportunities, and expert coaching. Whether you're just starting your cheer journey or perfecting championship skills, we nurture athletes at every experience level."
|
||||
features={[
|
||||
{
|
||||
title: "Elite Training Programs", description: "Professional coaching in stunting, tumbling, and choreography with personalized skill development plans.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg", imageAlt: "Athletic training session", buttonIcon: ArrowRight
|
||||
title: "Stunt Clinics", description: "Master advanced stunting techniques with certified coaches. Learn safety, spotting, and execution for pyramids and tosses.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-laughing-multi-ethnic-group-fitness-yoga-cl_1163-4980.jpg", imageAlt: "Stunt training session", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Competition & Championships", description: "Compete at local, regional, and national levels. Showcase your talent on premier stages and earn championship titles.", imageSrc: "http://img.b2bpic.net/free-vector/two-team-e-sports-athlete-competition-esports-competition_1150-46697.jpg", imageAlt: "Championship competition stage", buttonIcon: Trophy
|
||||
title: "Summer Camps", description: "Intensive week-long camps focusing on tumbling, stunting, and choreography. Build skills, make friends, and have fun!", imageSrc: "http://img.b2bpic.net/free-vector/two-team-e-sports-athlete-competition-esports-competition_1150-46697.jpg", imageAlt: "Summer camp group activity", buttonIcon: Trophy
|
||||
},
|
||||
{
|
||||
title: "Vibrant Community", description: "Be part of a supportive, energetic squad where friendships thrive and spirits soar. Social events, team bonding, and shared victories.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-friends-summer-shoot_53876-47015.jpg", imageAlt: "Team community gathering", buttonIcon: Heart
|
||||
title: "Choreography & Routines", description: "Professional choreographers design custom routines tailored to your team's style and music. Stand out on competition floors.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-friends-summer-shoot_53876-47015.jpg", imageAlt: "Choreography session", buttonIcon: Heart
|
||||
},
|
||||
{
|
||||
title: "Leadership Development", description: "Grow as a leader through mentorship programs, team captain roles, and opportunities to inspire younger cheerleaders.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Leadership coaching session", buttonIcon: Star
|
||||
title: "Outside Coaching", description: "Bring our expert coaches to your school or organization. Flexible scheduling for all-star teams and sideline cheerleaders.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Outside coaching session", buttonIcon: Star
|
||||
},
|
||||
{
|
||||
title: "Membership Programs", description: "Year-round training with flexible tiers for all budgets. Access to events, competitions, and exclusive member benefits.", imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenager-cheerleaders-cute-uniform_23-2149111068.jpg", imageAlt: "CheerUp membership program", buttonIcon: Zap
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -112,6 +115,73 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<div className="w-full py-20 px-6 md:px-10">
|
||||
<div className="w-content-width mx-auto">
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-6 text-center">Pricing & Membership Options</h2>
|
||||
<p className="text-lg text-center mb-12 max-w-2xl mx-auto">Flexible plans designed for every athlete and budget. Get started with CheerUp! today.</p>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
|
||||
{/* Beginner Plan */}
|
||||
<div className="bg-card border border-accent rounded-lg p-8 flex flex-col">
|
||||
<h3 className="text-2xl font-bold mb-2">Beginner</h3>
|
||||
<p className="text-foreground opacity-75 mb-6">Perfect for newcomers</p>
|
||||
<div className="text-4xl font-bold mb-8">$149<span className="text-lg opacity-75">/month</span></div>
|
||||
<ul className="space-y-3 mb-8 flex-grow">
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Introductory classes 2x/week</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Basic tumbling & stunting</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Community access</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Access to one camp</li>
|
||||
</ul>
|
||||
<button className="w-full bg-primary-cta text-primary-cta-text py-3 rounded-lg font-semibold hover:opacity-90">Get Started</button>
|
||||
</div>
|
||||
|
||||
{/* Intermediate Plan */}
|
||||
<div className="bg-card border-2 border-primary-cta rounded-lg p-8 flex flex-col transform scale-105 md:scale-100 md:ring-2 md:ring-primary-cta">
|
||||
<div className="bg-primary-cta text-primary-cta-text text-sm font-bold px-4 py-1 rounded-full w-fit mb-3">Most Popular</div>
|
||||
<h3 className="text-2xl font-bold mb-2">Intermediate</h3>
|
||||
<p className="text-foreground opacity-75 mb-6">For dedicated athletes</p>
|
||||
<div className="text-4xl font-bold mb-8">$279<span className="text-lg opacity-75">/month</span></div>
|
||||
<ul className="space-y-3 mb-8 flex-grow">
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Advanced training 4x/week</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Stunting & tumbling specialization</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Choreography sessions</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Two competitions included</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> All camps access</li>
|
||||
</ul>
|
||||
<button className="w-full bg-primary-cta text-primary-cta-text py-3 rounded-lg font-semibold hover:opacity-90">Join Now</button>
|
||||
</div>
|
||||
|
||||
{/* Elite Plan */}
|
||||
<div className="bg-card border border-accent rounded-lg p-8 flex flex-col">
|
||||
<h3 className="text-2xl font-bold mb-2">Elite</h3>
|
||||
<p className="text-foreground opacity-75 mb-6">For champions</p>
|
||||
<div className="text-4xl font-bold mb-8">$449<span className="text-lg opacity-75">/month</span></div>
|
||||
<ul className="space-y-3 mb-8 flex-grow">
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Unlimited training access</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Personal coaching sessions</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Custom choreography</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Unlimited competitions</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Priority scheduling</li>
|
||||
<li className="flex items-start"><span className="mr-3">✓</span> Exclusive merchandise</li>
|
||||
</ul>
|
||||
<button className="w-full bg-primary-cta text-primary-cta-text py-3 rounded-lg font-semibold hover:opacity-90">Go Elite</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-12 p-6 bg-background-accent rounded-lg">
|
||||
<h4 className="font-bold mb-2">Special Offers:</h4>
|
||||
<ul className="text-sm space-y-1 opacity-90">
|
||||
<li>• Outside Coaching: $50-150/hour depending on service</li>
|
||||
<li>• Stunt Clinics: $25-75 per session</li>
|
||||
<li>• Summer Camps: $399-799 per week</li>
|
||||
<li>• New members: 15% off first month with referral</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Our Impact"
|
||||
|
||||
Reference in New Issue
Block a user