5 Commits

Author SHA1 Message Date
45df33bf27 Update src/app/page.tsx 2026-03-03 15:03:21 +00:00
54b0190b1d Update src/app/layout.tsx 2026-03-03 15:03:20 +00:00
e48e82c8da Merge version_1 into main
Merge version_1 into main
2026-03-03 15:02:07 +00:00
e6e2c5ec77 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:00:07 +00:00
bd36781117 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:58:42 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1397,4 +1397,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -96,13 +96,15 @@ export default function HomePage() {
<TextSplitAbout <TextSplitAbout
title="About Iron Fist Boxing Club" title="About Iron Fist Boxing Club"
description={[ description={[
"Iron Fist Boxing Club is a premier boxing facility dedicated to building strength, discipline, and community through world-class training. Founded with a passion for the sport, we provide a welcoming environment for beginners, intermediate, and advanced boxers.", "Located in Banepa, Nepal (JGHG+859, Banepa 45210), our club features professional coaching, modern equipment, and a supportive community of athletes. With a 4.8-star rating from 12 satisfied members, we're proud to be the trusted choice for boxing training in the region.", "Whether you're looking to stay fit, learn a new skill, or pursue competitive boxing, Iron Fist has the expertise and facilities to help you succeed."]} "⭐ 4.8-star rating from 12 satisfied members Trusted by athletes across Nepal", "Iron Fist Boxing Club is a premier boxing facility dedicated to building strength, discipline, and community through world-class training. Founded with a passion for the sport, we provide a welcoming environment for beginners, intermediate, and advanced boxers.", "Located in Banepa, Nepal (JGHG+859, Banepa 45210), our club features professional coaching, modern equipment, and a supportive community of athletes.", "Whether you're looking to stay fit, learn a new skill, or pursue competitive boxing, Iron Fist has the expertise and facilities to help you succeed."]}
buttons={[ buttons={[
{ text: "View Our Trainers", href: "/trainers" }, { text: "View Our Trainers", href: "/trainers" },
{ text: "See Our Classes", href: "/classes" }, { text: "See Our Classes", href: "/classes" },
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
showBorder={true} showBorder={true}
titleClassName="text-4xl font-bold mb-6"
descriptionClassName="space-y-4 text-base leading-relaxed"
/> />
</div> </div>
@@ -161,4 +163,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }