Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45df33bf27 | |||
| 54b0190b1d | |||
| e48e82c8da | |||
| e6e2c5ec77 | |||
| bd36781117 |
@@ -1397,4 +1397,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user