Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,19 +44,13 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story at ",
|
||||
},
|
||||
type: "text", content: "Our Story at "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Muscle Mania Gym",
|
||||
},
|
||||
type: "text", content: "Muscle Mania Gym"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Us Now",
|
||||
href: "tel:+923134708376",
|
||||
},
|
||||
text: "Join Us Now", href: "tel:+923134708376"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user