From 6bccd31cb18054dd19cbb11bd7ac9bbbd6f3ef5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:04:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.49.1 From 5d63913ff66737bd3c646698fc274374e6c1e531 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:04:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 69 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 22 deletions(-) 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" />