Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:03:21 +00:00
parent 54b0190b1d
commit 45df33bf27

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>
);
}
}