diff --git a/src/app/page.tsx b/src/app/page.tsx index 324f4e0..f61516d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,32 +31,15 @@ export default function LandingPage() {
@@ -65,34 +48,16 @@ export default function LandingPage() { 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." buttons={[ - { - text: "Join Now", - href: "#contact", - }, + { text: "Join Now", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg" showDimOverlay={true} avatars={[ - { - src: "http://img.b2bpic.net/free-photo/two-boxer-practicing-boxing-fitness-studio_107420-65171.jpg", - alt: "Student 1", - }, - { - src: "http://img.b2bpic.net/free-photo/karate-player-doing-push-up_107420-65056.jpg", - alt: "Student 2", - }, - { - src: "http://img.b2bpic.net/free-photo/boxers-practicing-boxing-fitness-studio_107420-65124.jpg", - alt: "Student 3", - }, - { - src: "http://img.b2bpic.net/free-photo/boxers-practicing-boxing-fitness-studio_107420-65142.jpg", - alt: "Student 4", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-shot-attractive-male-standing-with-crossed-arms-isolated-white-background_181624-45641.jpg", - alt: "Student 5", - }, + { src: "http://img.b2bpic.net/free-photo/two-boxer-practicing-boxing-fitness-studio_107420-65171.jpg", alt: "Student 1" }, + { src: "http://img.b2bpic.net/free-photo/karate-player-doing-push-up_107420-65056.jpg", alt: "Student 2" }, + { src: "http://img.b2bpic.net/free-photo/boxers-practicing-boxing-fitness-studio_107420-65124.jpg", alt: "Student 3" }, + { src: "http://img.b2bpic.net/free-photo/boxers-practicing-boxing-fitness-studio_107420-65142.jpg", alt: "Student 4" }, + { src: "http://img.b2bpic.net/free-photo/closeup-shot-attractive-male-standing-with-crossed-arms-isolated-white-background_181624-45641.jpg", alt: "Student 5" } ]} avatarText="Join our 5000+ strong community" /> @@ -118,27 +83,13 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "team-1", - groupTitle: "Lead Instructors", - members: [ + 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?_wi=1", - }, + 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: "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", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg?_wi=2", - imageAlt: "martial arts instructor portrait", - }, + 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"} + ] + } ]} title="Our Expert Masters" description="Led by two 5th Dan Black Belt masters." @@ -152,47 +103,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "5000+ Students", - description: "A proven track record of successful training sessions.", - bentoComponent: "icon-info-cards", - items: [ - { - icon: Users, - label: "Students", - value: "5000+", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg", - imageAlt: "Young man posing on grey wall", + title: "5000+ Students", description: "A proven track record of successful training sessions.", bentoComponent: "icon-info-cards", items: [{ icon: Users, label: "Students", value: "5000+" }] }, { - title: "Affordable Access", - description: "Budget-friendly training with free programs available.", - bentoComponent: "icon-info-cards", - items: [ - { - icon: Award, - label: "Free Trainings", - value: "1000+", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-practicing-boxing_107420-65051.jpg?_wi=3", - imageAlt: "Young man posing on grey wall", + title: "Affordable Access", description: "Budget-friendly training with free programs available.", bentoComponent: "icon-info-cards", items: [{ icon: Award, label: "Free Trainings", value: "1000+" }] }, { - title: "Expert Masters", - description: "Two 5th Dan experts to guide your journey.", - bentoComponent: "icon-info-cards", - items: [ - { - icon: Shield, - label: "Dan Rank", - value: "5th Dan", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-boxer-trainer-posing-while-sitting-down_23-2148426234.jpg?_wi=2", - imageAlt: "Young man posing on grey wall", - }, + title: "Expert Masters", description: "Two 5th Dan experts to guide your journey.", bentoComponent: "icon-info-cards", items: [{ icon: Shield, label: "Dan Rank", value: "5th Dan" }] + } ]} title="Why Choose Us" description="Professional training made accessible to everyone." @@ -201,64 +119,23 @@ export default function LandingPage() {