10 Commits

Author SHA1 Message Date
3afb005517 Merge version_3 into main
Merge version_3 into main
2026-04-22 05:27:08 +00:00
568d8c8082 Update src/app/page.tsx 2026-04-22 05:27:01 +00:00
b7618e8945 Merge version_3 into main
Merge version_3 into main
2026-04-22 05:22:42 +00:00
d323ec8be0 Update src/app/page.tsx 2026-04-22 05:22:36 +00:00
c7ae59e9ba Merge version_2 into main
Merge version_2 into main
2026-04-22 05:18:46 +00:00
f77386eeb9 Update src/app/page.tsx 2026-04-22 05:18:43 +00:00
107f382c82 Merge version_2 into main
Merge version_2 into main
2026-04-22 05:05:01 +00:00
4df6525b73 Update theme colors 2026-04-22 05:04:58 +00:00
2d7a70401e Merge version_1 into main
Merge version_1 into main
2026-04-22 04:58:41 +00:00
705a637dfe Merge version_1 into main
Merge version_1 into main
2026-04-22 04:58:15 +00:00
2 changed files with 17 additions and 15 deletions

View File

@@ -46,11 +46,12 @@ 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="http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3mym9oWusYAi5CERbFzzdf10c/uploaded-1776834917460-za64lm2d.webp"
showDimOverlay={true}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/two-boxer-practicing-boxing-fitness-studio_107420-65171.jpg", alt: "Student 1" },
@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #e63946;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f5f5;
--accent: #b8860b;
--background-accent: #1a1a1a;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);