Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 09:18:53 +00:00

View File

@@ -129,31 +129,31 @@ export default function LandingPage() {
<div id="classes" data-section="classes">
<FeatureCardTwelve
title="Our Dance Programs"
description="Choose the program that matches your skill level and goals."
description="Choose the program that matches your skill level and goals. All programs start from just ₹500 per class."
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
features={[
{
id: "beginner", label: "Beginner", title: "Perfect for newcomers learning rhythm, coordination, and basic steps.", items: [
id: "beginner", label: "Beginner", title: "Perfect for newcomers learning rhythm, coordination, and basic steps. Starting from ₹500 per class.", items: [
"Fundamental dance techniques", "Rhythm and timing training", "Basic choreography", "Supportive community environment"
],
buttons: [{ text: "Start Now", href: "#contact" }]
},
{
id: "intermediate", label: "Intermediate", title: "Develop technique, style, and performance quality.", items: [
id: "intermediate", label: "Intermediate", title: "Develop technique, style, and performance quality. Starting from ₹500 per class.", items: [
"Advanced choreography skills", "Performance training", "Style refinement", "Group choreography projects"
],
buttons: [{ text: "Learn More", href: "#contact" }]
},
{
id: "advanced", label: "Advanced", title: "Professional level routines and stage performance training.", items: [
id: "advanced", label: "Advanced", title: "Professional level routines and stage performance training. Starting from ₹500 per class.", items: [
"Complex choreography mastery", "Professional performance coaching", "Stage presence and confidence", "Showcase and competition prep"
],
buttons: [{ text: "Join Elite Track", href: "#contact" }]
},
{
id: "kids", label: "Kids", title: "Fun and energetic training designed for children aged 5-12.", items: [
id: "kids", label: "Kids", title: "Fun and energetic training designed for children aged 5-12. Starting from ₹500 per class.", items: [
"Age-appropriate choreography", "Creative movement expression", "Confidence building through fun", "Social skills development"
],
buttons: [{ text: "Enroll Your Child", href: "#contact" }]
@@ -287,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}