Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 15:03:26 +00:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -96,13 +96,15 @@ export default function HomePage() {
<TextSplitAbout
title="About Iron Fist Boxing Club"
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={[
{ text: "View Our Trainers", href: "/trainers" },
{ text: "See Our Classes", href: "/classes" },
]}
useInvertedBackground={false}
showBorder={true}
titleClassName="text-4xl font-bold mb-6"
descriptionClassName="space-y-4 text-base leading-relaxed"
/>
</div>
@@ -161,4 +163,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}