From f65ee570894fcf12ddd2bd0cb88bb06af62e8412 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:20:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98a1f80..8effd66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } ]} /> -- 2.49.1