5 Commits

Author SHA1 Message Date
10ff689497 Merge version_3 into main
Merge version_3 into main
2026-03-11 09:20:42 +00:00
f65ee57089 Update src/app/page.tsx 2026-03-11 09:20:32 +00:00
c3fe2b7143 Merge version_2 into main
Merge version_2 into main
2026-03-11 09:18:53 +00:00
4fd8047d4a Update src/app/page.tsx 2026-03-11 09:18:49 +00:00
b044daa36b Merge version_1 into main
Merge version_1 into main
2026-03-11 09:17:11 +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" }]
@@ -208,19 +208,19 @@ export default function LandingPage() {
animationType="slide-up"
faqs={[
{
id: "1", title: "Do I need prior dance experience?", content: "No! Our beginner classes are designed for complete newcomers. Our instructors break down every move step-by-step, ensuring you feel comfortable and confident from day one."
id: "1", title: "How to Book a Trial Class", content: "Fill out the form below with your name, phone number, and preferred class time. Our team will confirm your trial class within 24 hours. No prior experience needed!"
},
{
id: "2", title: "What should I wear to class?", content: "Wear comfortable clothing that allows free movement. Most students wear athletic wear, joggers, or dance-specific outfits. Bring clean sneakers or dance shoes if you have them; we can provide recommendations."
id: "2", title: "Do I need prior dance experience?", content: "No! Our beginner classes are designed for complete newcomers. Our instructors break down every move step-by-step, ensuring you feel comfortable and confident from day one."
},
{
id: "3", title: "How often should I attend classes?", content: "We recommend starting with 1-2 classes per week to build confidence, then increasing frequency as you progress. Our flexible schedule allows you to choose classes that fit your lifestyle."
id: "3", title: "What should I wear to class?", content: "Wear comfortable clothing that allows free movement. Most students wear athletic wear, joggers, or dance-specific outfits. Bring clean sneakers or dance shoes if you have them; we can provide recommendations."
},
{
id: "4", title: "Are there performance opportunities?", content: "Absolutely! We host regular studio showcases, community events, and performance opportunities. Participation is optional and encouraged at all levels."
id: "4", title: "How often should I attend classes?", content: "We recommend starting with 1-2 classes per week to build confidence, then increasing frequency as you progress. Our flexible schedule allows you to choose classes that fit your lifestyle."
},
{
id: "5", title: "What is the trial class like?", content: "Your first class is a risk-free trial! You'll meet the instructors, experience our energy, and learn basic choreography. We'll help you assess which level is best for you."
id: "5", title: "Are there performance opportunities?", content: "Absolutely! We host regular studio showcases, community events, and performance opportunities. Participation is optional and encouraged at all levels."
}
]}
/>
@@ -287,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}