Update src/app/page.tsx

This commit is contained in:
2026-05-07 05:50:29 +00:00
parent 67a5c0de86
commit 3fbdd2d487

View File

@@ -31,26 +31,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Classes",
id: "features",
},
{
name: "Instructors",
id: "team",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Classes", id: "features" },
{ name: "Instructors", id: "team" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Elite TKD Academy"
/>
@@ -58,78 +44,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Master Your Potential at Elite Taekwondo"
description="Develop discipline, strength, and confidence through professional Taekwondo training. Join our community of dedicated martial artists today."
kpis={[
{
value: "15+",
label: "Years Experience",
},
{
value: "500+",
label: "Students Trained",
},
{
value: "100%",
label: "Community Focused",
},
{ value: "15+", label: "Years Experience" },
{ value: "500+", label: "Students Trained" },
{ value: "100%", label: "Community Focused" }
]}
enableKpiAnimation={true}
buttons={[
{
text: "Start Free Trial",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-fighter-pointing-copy-space_23-2148446223.jpg?_wi=1"
buttons={[{ text: "Start Free Trial", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-fighter-pointing-copy-space_23-2148446223.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-taekwondo_23-2150260490.jpg",
alt: "Student training 1",
},
{
src: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725236.jpg",
alt: "Student training 2",
},
{
src: "http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg",
alt: "Student training 3",
},
{
src: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg",
alt: "Student training 4",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363716.jpg",
alt: "Student training 5",
},
{ src: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-taekwondo_23-2150260490.jpg", alt: "Student training 1" },
{ src: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725236.jpg", alt: "Student training 2" },
{ src: "http://img.b2bpic.net/free-photo/karate-fighters_654080-1349.jpg", alt: "Student training 3" },
{ src: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg", alt: "Student training 4" },
{ src: "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363716.jpg", alt: "Student training 5" }
]}
avatarText="Join 500+ successful students"
marqueeItems={[
{
type: "text",
text: "Olympic Training Standards",
},
{
type: "text",
text: "Certified 8th Dan Masters",
},
{
type: "text",
text: "Inclusive Family Environment",
},
{
type: "text",
text: "Professional Sparring Facility",
},
{
type: "text",
text: "Character Building Curriculum",
},
{ type: "text", text: "Olympic Training Standards" },
{ type: "text", text: "Certified 8th Dan Masters" },
{ type: "text", text: "Inclusive Family Environment" },
{ type: "text", text: "Professional Sparring Facility" },
{ type: "text", text: "Character Building Curriculum" }
]}
/>
</div>
@@ -139,8 +79,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Philosophy"
description={[
"At Elite TKD, we believe martial arts is more than physical combat; it's a way of life that builds character, integrity, and perseverance. Our curriculum focuses on technical precision, respect, and physical fitness in a supportive environment.",
"Whether you are a beginner or looking to perfect your technique, our expert instructors provide personalized guidance to help you reach your black belt goals.",
"At Elite TKD, we believe martial arts is more than physical combat; it's a way of life that builds character, integrity, and perseverance. Our curriculum focuses on technical precision, respect, and physical fitness in a supportive environment.", "Whether you are a beginner or looking to perfect your technique, our expert instructors provide personalized guidance to help you reach your black belt goals."
]}
/>
</div>
@@ -151,33 +90,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fundamental TKD",
descriptions: [
"Beginner basics and forms.",
"Core movement techniques.",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-taekwondo-gymnasium_23-2150207152.jpg",
},
{
id: "f2",
title: "Junior Academy",
descriptions: [
"Character building for kids.",
"Confidence and discipline.",
],
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207149.jpg",
},
{
id: "f3",
title: "Advanced Sparring",
descriptions: [
"Competitive training strategies.",
"Tactical reaction drills.",
],
imageSrc: "http://img.b2bpic.net/free-photo/boxers-train-ring-gym_1328-5273.jpg",
},
{ id: "f1", title: "Fundamental TKD", descriptions: ["Beginner basics and forms.", "Core movement techniques."], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-taekwondo-gymnasium_23-2150207152.jpg" },
{ id: "f2", title: "Junior Academy", descriptions: ["Character building for kids.", "Confidence and discipline."], imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207149.jpg" },
{ id: "f3", title: "Advanced Sparring", descriptions: ["Competitive training strategies.", "Tactical reaction drills."], imageSrc: "http://img.b2bpic.net/free-photo/boxers-train-ring-gym_1328-5273.jpg" }
]}
title="Our Core Programs"
description="Structured courses for all ages and skill levels to help you evolve."
@@ -190,21 +105,9 @@ export default function LandingPage() {
title="Our Impact"
tag="Milestones"
metrics={[
{
id: "m1",
value: "120",
description: "Active Students",
},
{
id: "m2",
value: "45",
description: "Black Belts Awarded",
},
{
id: "m3",
value: "8",
description: "Regional Tournaments Won",
},
{ id: "m1", value: "120", description: "Active Students" },
{ id: "m2", value: "45", description: "Black Belts Awarded" },
{ id: "m3", value: "8", description: "Regional Tournaments Won" }
]}
metricsAnimation="slide-up"
/>
@@ -217,34 +120,12 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "instructors",
groupTitle: "Head Masters",
members: [
{
id: "t1",
title: "Master Park",
subtitle: "8th Dan Black Belt",
detail: "Lead head instructor with over 20 years of teaching experience.",
imageSrc: "http://img.b2bpic.net/free-photo/karate-player-tying-his-belt_107420-64935.jpg",
},
{
id: "t2",
title: "Instructor Kim",
subtitle: "4th Dan Black Belt",
detail: "Specialist in sparring dynamics and youth confidence coaching.",
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-tai-chi-side-view_23-2149960110.jpg",
},
{
id: "t3",
title: "Sensei Lee",
subtitle: "3rd Dan Black Belt",
detail: "Expert in forms and traditional martial arts philosophy.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753743.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-fighter-pointing-copy-space_23-2148446223.jpg?_wi=2",
imageAlt: "martial arts instructor portrait",
},
id: "instructors", groupTitle: "Head Masters", members: [
{ id: "t1", title: "Master Park", subtitle: "8th Dan Black Belt", detail: "Lead head instructor with over 20 years of teaching experience.", imageSrc: "http://img.b2bpic.net/free-photo/karate-player-tying-his-belt_107420-64935.jpg" },
{ id: "t2", title: "Instructor Kim", subtitle: "4th Dan Black Belt", detail: "Specialist in sparring dynamics and youth confidence coaching.", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-tai-chi-side-view_23-2149960110.jpg" },
{ id: "t3", title: "Sensei Lee", subtitle: "3rd Dan Black Belt", detail: "Expert in forms and traditional martial arts philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753743.jpg" }
]
}
]}
title="Meet Our Instructors"
description="Dedicated masters of martial arts here to guide your journey."
@@ -256,46 +137,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Life Changing",
quote: "I've become much more confident since joining Elite.",
name: "Sarah J.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753741.jpg",
},
{
id: "2",
title: "Great Discipline",
quote: "My kids improved their focus remarkably.",
name: "Mark D.",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg",
},
{
id: "3",
title: "Expert Guidance",
quote: "The instructors truly care about your growth.",
name: "Emily R.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg",
},
{
id: "4",
title: "Professionalism",
quote: "Highest quality martial arts training in the city.",
name: "David K.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist_176474-95298.jpg",
},
{
id: "5",
title: "Supportive Community",
quote: "I feel at home every time I walk in the door.",
name: "Alex B.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg",
},
{ id: "1", title: "Life Changing", quote: "I've become much more confident since joining Elite.", name: "Sarah J.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/side-view-asian-people-practicing-taekwondo_23-2150753741.jpg" },
{ id: "2", title: "Great Discipline", quote: "My kids improved their focus remarkably.", name: "Mark D.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-asian-man-practising-taekwondo_52683-101641.jpg" },
{ id: "3", title: "Expert Guidance", quote: "The instructors truly care about your growth.", name: "Emily R.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg" },
{ id: "4", title: "Professionalism", quote: "Highest quality martial arts training in the city.", name: "David K.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-clenching-fist_176474-95298.jpg" },
{ id: "5", title: "Supportive Community", quote: "I feel at home every time I walk in the door.", name: "Alex B.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-practicing-taekwondo_23-2150260432.jpg" }
]}
title="What Our Students Say"
description="Read experiences from those who have transformed their lives with us."
@@ -307,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What age should kids start?",
content: "We offer classes starting from age 5.",
},
{
id: "q2",
title: "Do I need experience?",
content: "No, our classes are designed for all experience levels.",
},
{
id: "q3",
title: "What should I wear?",
content: "A basic uniform (dobok) is provided for your first class.",
},
{ id: "q1", title: "What age should kids start?", content: "We offer classes starting from age 5." },
{ id: "q2", title: "Do I need experience?", content: "No, our classes are designed for all experience levels." },
{ id: "q3", title: "What should I wear?", content: "A basic uniform (dobok) is provided for your first class." }
]}
title="Common Questions"
description="Find answers to help you get started on your path."
@@ -332,9 +166,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Join Our Next Class"
description="Sign up today and get your first week of training free."
tag="Enrollment"
@@ -345,36 +177,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Elite TKD"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Classes",
href: "#features",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Classes", href: "#features" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
]}
/>
</div>