Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3afb005517 | |||
| 568d8c8082 | |||
| b7618e8945 | |||
| d323ec8be0 | |||
| c7ae59e9ba | |||
| 107f382c82 | |||
| 2d7a70401e | |||
| 705a637dfe |
@@ -46,9 +46,10 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Master Your Potential"
|
||||
description="16+ years of excellence in martial arts training in Multan. Join the legacy of M. Abid Bhutta Martial Arts Academy."
|
||||
description="16+ years of excellence in martial arts training in Multan. Trained the army for many years and recognized as a major influencer in the city. Join the legacy of M. Abid Bhutta Martial Arts Academy."
|
||||
buttons={[
|
||||
{ text: "Join Now", href: "#contact" }
|
||||
{ text: "Join Now", href: "#contact" },
|
||||
{ text: "View Training Schedule", href: "#faq" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mym9oWusYAi5CERbFzzdf10c/uploaded-1776834917460-za64lm2d.webp"
|
||||
showDimOverlay={true}
|
||||
@@ -69,7 +70,7 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
title="16+ Years of Discipline"
|
||||
description="Founded by masters committed to the path of martial arts, our academy has been a pillar of strength in Multan for over a decade. We emphasize character, skill, and resilience in every student."
|
||||
subdescription="With over 5000+ students trained, we provide a structured and professional environment for all ages."
|
||||
subdescription="With over 5000+ students trained, including specialized training provided to military personnel, we are a major force in the local fitness community."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478333.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Award}
|
||||
@@ -85,7 +86,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "team-1", groupTitle: "Lead Instructors", members: [
|
||||
{
|
||||
id: "m1", title: "Master Abid Bhutta", subtitle: "5th Dan Black Belt", detail: "16+ years of experience in elite combat and traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boxer-trainer-posing-while-sitting-down_23-2148426234.jpg"},
|
||||
id: "m1", title: "Master Abid Bhutta", subtitle: "5th Dan Black Belt", detail: "16+ years of experience in elite combat and traditional techniques, recognized trainer for army personnel.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boxer-trainer-posing-while-sitting-down_23-2148426234.jpg"},
|
||||
{
|
||||
id: "m2", title: "Co-Master Instructor", subtitle: "5th Dan Black Belt", detail: "Dedicated specialist in form mastery and student development.", imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64925.jpg"}
|
||||
]
|
||||
@@ -149,7 +150,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "Who can join?", content: "We train everyone regardless of age or fitness level." },
|
||||
{ id: "f2", title: "Is it affordable?", content: "Yes, we are highly budget-friendly and offer free training for underprivileged students." },
|
||||
{ id: "f3", title: "Where are you located?", content: "We are located in Multan, Pakistan." }
|
||||
{ id: "f3", title: "What is your class schedule?", content: "Classes are held morning and evening, 6 days a week. We recommend new students book an orientation session to see the dojo and discuss their goals." },
|
||||
{ id: "f4", title: "Where are you located?", content: "We are located in Multan, Pakistan, Center Jail near Cocola Factory." }
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know."
|
||||
@@ -165,7 +167,7 @@ export default function LandingPage() {
|
||||
title="Start Your Martial Arts Journey"
|
||||
description="Ready to master your strength? Join our academy in Multan today."
|
||||
buttons={[
|
||||
{ text: "Visit Instagram", href: "https://www.instagram.com/mohammadabidbhutta" }
|
||||
{ text: "Message us on Instagram", href: "https://www.instagram.com/mohammadabidbhutta" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user