diff --git a/src/app/page.tsx b/src/app/page.tsx
index 967ced7..d3355a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,69 +29,38 @@ export default function LandingPage() {
@@ -103,9 +72,7 @@ export default function LandingPage() {
title="A Legacy of Traditional Martial Arts"
buttons={[
{
- text: "Learn More",
- href: "#features",
- },
+ text: "Learn More", href: "#features"},
]}
/>
@@ -116,20 +83,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Youth Development",
- description: "Focused training for kids to build focus, respect, and physical fitness.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg?_wi=2",
- },
+ title: "Youth Development", description: "Focused training for kids to build focus, respect, and physical fitness.", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg"},
{
- title: "Adult Martial Arts",
- description: "Practical self-defense training combined with fitness and stress management.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg?_wi=2",
- },
+ title: "Adult Martial Arts", description: "Practical self-defense training combined with fitness and stress management.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg"},
{
- title: "Black Belt Club",
- description: "Advanced training for serious students dedicated to mastering the art.",
- imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg?_wi=2",
- },
+ title: "Black Belt Club", description: "Advanced training for serious students dedicated to mastering the art.", imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg"},
]}
title="Comprehensive Programs for Everyone"
description="Our curriculum caters to all skill levels and ages, focusing on holistic physical and mental development."
@@ -144,26 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "team-1",
- name: "Master John Doe",
- role: "Head Instructor",
- description: "Over 20 years of experience in Kuk Sul Do, committed to local excellence.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=1",
- },
+ id: "team-1", name: "Master John Doe", role: "Head Instructor", description: "Over 20 years of experience in Kuk Sul Do, committed to local excellence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"},
{
- id: "team-2",
- name: "Instructor Jane Smith",
- role: "Youth Lead",
- description: "Passionate about building confidence and character in youth students.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=2",
- },
+ id: "team-2", name: "Instructor Jane Smith", role: "Youth Lead", description: "Passionate about building confidence and character in youth students.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"},
{
- id: "team-3",
- name: "Master Robert Brown",
- role: "Senior Instructor",
- description: "Focused on advanced techniques and traditional values.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=3",
- },
+ id: "team-3", name: "Master Robert Brown", role: "Senior Instructor", description: "Focused on advanced techniques and traditional values.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"},
]}
title="Meet Your Instructors"
description="Dedicated professionals guiding you on your path to excellence."
@@ -175,20 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is martial arts training safe for kids?",
- content: "Yes! We prioritize safety and emphasize mutual respect and controlled movements in all youth classes.",
- },
+ id: "q1", title: "Is martial arts training safe for kids?", content: "Yes! We prioritize safety and emphasize mutual respect and controlled movements in all youth classes."},
{
- id: "q2",
- title: "Do I need previous experience?",
- content: "Absolutely not. Our academy welcomes students of all backgrounds and skill levels.",
- },
+ id: "q2", title: "Do I need previous experience?", content: "Absolutely not. Our academy welcomes students of all backgrounds and skill levels."},
{
- id: "q3",
- title: "How often should I train?",
- content: "Consistency is key. We recommend starting with 2-3 sessions per week to build fundamental skills.",
- },
+ id: "q3", title: "How often should I train?", content: "Consistency is key. We recommend starting with 2-3 sessions per week to build fundamental skills."},
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -199,14 +133,11 @@ export default function LandingPage() {
@@ -215,29 +146,19 @@ export default function LandingPage() {