Update src/app/page.tsx
This commit is contained in:
@@ -82,14 +82,10 @@ export default function HomePage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-boxer-wearing-red-strap-wrist_107420-64993.jpg",
|
||||
imageAlt: "Boxing training in the ring",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/female-boxer-wearing-red-strap-wrist_107420-64993.jpg", imageAlt: "Boxing training in the ring"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-boxing-gloves-practicing-kickboxing-ring_74855-23866.jpg",
|
||||
imageAlt: "Professional boxers training",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-man-boxing-gloves-practicing-kickboxing-ring_74855-23866.jpg", imageAlt: "Professional boxers training"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -100,10 +96,7 @@ 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.",
|
||||
]}
|
||||
"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."]}
|
||||
buttons={[
|
||||
{ text: "View Our Trainers", href: "/trainers" },
|
||||
{ text: "See Our Classes", href: "/classes" },
|
||||
@@ -117,27 +110,15 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "beginner",
|
||||
title: "Beginner Classes",
|
||||
author: "Perfect for New Members",
|
||||
description:
|
||||
"Learn the fundamentals of boxing including proper stance, footwork, punching techniques, and basic combinations. Our beginner classes run daily at 6:30 AM, 12:00 PM, and 5:00 PM with certified instructors.",
|
||||
tags: ["Beginner", "Fundamentals", "Daily Sessions"],
|
||||
id: "beginner", title: "Beginner Classes", author: "Perfect for New Members", description:
|
||||
"Learn the fundamentals of boxing including proper stance, footwork, punching techniques, and basic combinations. Our beginner classes run daily at 6:30 AM, 12:00 PM, and 5:00 PM with certified instructors.", tags: ["Beginner", "Fundamentals", "Daily Sessions"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg?_wi=1",
|
||||
imageAlt: "Beginner boxing class",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg", imageAlt: "Beginner boxing class"},
|
||||
{
|
||||
id: "advanced",
|
||||
title: "Advanced Training",
|
||||
author: "For Experienced Boxers",
|
||||
description:
|
||||
"Intensive training for experienced boxers focusing on advanced techniques, competitive strategies, and ring conditioning. Sessions include heavy bag work, sparring, and personalized coaching. Available by appointment.",
|
||||
tags: ["Advanced", "Competitive", "Intensive"],
|
||||
id: "advanced", title: "Advanced Training", author: "For Experienced Boxers", description:
|
||||
"Intensive training for experienced boxers focusing on advanced techniques, competitive strategies, and ring conditioning. Sessions include heavy bag work, sparring, and personalized coaching. Available by appointment.", tags: ["Advanced", "Competitive", "Intensive"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg?_wi=1",
|
||||
imageAlt: "Advanced boxing training",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg", imageAlt: "Advanced boxing training"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Boxing Classes"
|
||||
@@ -155,14 +136,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fitness Enthusiasts",
|
||||
"Competitive Boxers",
|
||||
"Professional Athletes",
|
||||
"Corporate Wellness Groups",
|
||||
"Youth Training Programs",
|
||||
"Women Empowerment",
|
||||
"Health Conscious Members",
|
||||
]}
|
||||
"Fitness Enthusiasts", "Competitive Boxers", "Professional Athletes", "Corporate Wellness Groups", "Youth Training Programs", "Women Empowerment", "Health Conscious Members"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user