From 5008203551d0d738cf438d277c5a9ea30138303f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:46:00 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 48 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 381c23e..e69f9ae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -35,9 +35,7 @@ export default function AboutPage() { brandName="Muscle Mania Gym" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+923134708376", - }} + text: "Call Now", href: "tel:+923134708376"}} animateOnLoad={true} /> @@ -46,19 +44,13 @@ export default function AboutPage() { @@ -71,29 +63,13 @@ export default function AboutPage() { tag="About" features={[ { - title: "Expert Trainers", - description: "Our certified trainers bring years of experience and passion for helping members achieve their fitness goals with personalized guidance", - imageSrc: "http://img.b2bpic.net/free-photo/protein-drink-after-good-workout_329181-14157.jpg?_wi=3", - imageAlt: "Expert gym trainers", - }, + title: "Expert Trainers", description: "Our certified trainers bring years of experience and passion for helping members achieve their fitness goals with personalized guidance", imageSrc: "http://img.b2bpic.net/free-photo/protein-drink-after-good-workout_329181-14157.jpg", imageAlt: "Expert gym trainers"}, { - title: "Community Spirit", - description: "We believe in building a supportive community where members motivate and inspire each other to reach new heights", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=2", - imageAlt: "Gym community training", - }, + title: "Community Spirit", description: "We believe in building a supportive community where members motivate and inspire each other to reach new heights", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Gym community training"}, { - title: "Quality Equipment", - description: "Investing in state-of-the-art equipment ensures our members have the best tools for effective and safe training", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-227.jpg?_wi=2", - imageAlt: "Quality gym equipment", - }, + title: "Quality Equipment", description: "Investing in state-of-the-art equipment ensures our members have the best tools for effective and safe training", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-227.jpg", imageAlt: "Quality gym equipment"}, { - title: "Holistic Wellness", - description: "Beyond just muscles, we focus on complete health - physical strength, mental clarity, and emotional wellbeing", - imageSrc: "http://img.b2bpic.net/free-photo/taking-barbell_1098-14576.jpg?_wi=3", - imageAlt: "Holistic fitness approach", - }, + title: "Holistic Wellness", description: "Beyond just muscles, we focus on complete health - physical strength, mental clarity, and emotional wellbeing", imageSrc: "http://img.b2bpic.net/free-photo/taking-barbell_1098-14576.jpg", imageAlt: "Holistic fitness approach"}, ]} textboxLayout="default" gridVariant="two-columns-alternating-heights" @@ -108,27 +84,19 @@ export default function AboutPage() { description="Have questions about our gym, facilities, or membership plans? Get in touch with our team and we'll be happy to help you start your fitness journey." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "What would you like to know about Muscle Mania Gym?", - rows: 4, + name: "message", placeholder: "What would you like to know about Muscle Mania Gym?", rows: 4, required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg?_wi=2" - imageAlt: "Fitness training at Muscle Mania Gym" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-doing-tree-pose-outside_23-2148717288.jpg" + imageAlt="Fitness training at Muscle Mania Gym" mediaAnimation="slide-up" mediaPosition="left" buttonText="Send Message" @@ -142,9 +110,7 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, ]} /> -- 2.49.1