diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f040530..b89550e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Trupti Dance Academy", description: "Join Trupti Dance Academy in Melissa, Texas for BollyX fitness and Bollywood dance classes for kids, teens, and adults."}; + title: "Trupti Dance Academy", description: "Join Trupti Dance Academy in Melissa, Texas for BollyX fitness and Bollywood dance classes."}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 51cee6c..d4f5f1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,13 +67,16 @@ export default function HomePage() { stats: [ { title: "Active Students", values: [45, 52, 68], - description: "Enrolled members"}, + description: "Enrolled members" + }, { title: "Classes Weekly", values: [12, 14, 16], - description: "Dance sessions"}, + description: "Dance sessions" + }, { title: "Years Experience", values: [5, 5, 5], - valueSuffix: "+", description: "Certified instruction"}, + valueSuffix: "+", description: "Certified instruction" + }, ], chartTitle: "Monthly Enrollment", chartData: [ { value: 35 }, @@ -85,13 +88,16 @@ export default function HomePage() { listTitle: "Upcoming Classes", listItems: [ { icon: Clock, - title: "Kids Dance 5:00 PM", status: "Tue/Thu"}, + title: "Kids Dance 5:00 PM", status: "Tue/Thu" + }, { icon: Users, - title: "Ladies Dance 6:30 PM", status: "Tue/Thu"}, + title: "Ladies Dance 6:30 PM", status: "Tue/Thu" + }, { icon: Zap, - title: "BollyX Fitness 6:30 PM", status: "Wed"}, + title: "BollyX Fitness 6:30 PM", status: "Wed" + }, ], }} /> @@ -107,48 +113,61 @@ export default function HomePage() { { icon: Zap, title: "Improve Strength & Fitness", description: - "Develop core strength, improve flexibility, and enhance overall physical fitness through dynamic dance movements."}, + "Develop core strength, improve flexibility, and enhance overall physical fitness through dynamic dance movements." + }, { icon: Heart, title: "Nurturing Growth for Kids", description: - "Dance supports children's mental, physical, and emotional development while boosting creativity and confidence."}, + "Dance supports children's mental, physical, and emotional development while boosting creativity and confidence." + }, { icon: Users, title: "Supportive Community", description: - "Join a welcoming group of dancers who encourage and inspire each other every step of the way."}, + "Join a welcoming group of dancers who encourage and inspire each other every step of the way." + }, { icon: Star, title: "Express Yourself", description: - "Build confidence and self-expression through the art of dance in a positive, judgment-free environment."}, + "Build confidence and self-expression through the art of dance in a positive, judgment-free environment." + }, ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Get Started Today", href: "/classes" } + ]} + buttonAnimation="slide-up" />