Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d9fb0f3f9 | |||
| bc9fce4071 | |||
| e095e15fbb | |||
| 30e597009f | |||
| 92152e2166 | |||
| b111b00ed4 | |||
| 46a2ed93e2 | |||
| 3ac6932640 | |||
| c92bb59595 |
@@ -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 across all skill levels. From fundamentals to advanced techniques, we nurture champions."
|
||||
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,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<MetricCardTwo
|
||||
title="Pricing & Membership Options"
|
||||
description="Flexible plans designed for every athlete and budget. Get started with CheerUp! today."
|
||||
metrics={[
|
||||
{ id: "1", value: "$149", description: "Beginner - Introductory classes 2x/week" },
|
||||
{ id: "2", value: "$279", description: "Intermediate - Advanced training 4x/week" },
|
||||
{ id: "3", value: "$449", description: "Elite - Unlimited training access" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Our Impact"
|
||||
|
||||
Reference in New Issue
Block a user