Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aef6c5f805 | |||
| 155640d65b | |||
| de254d645b |
@@ -191,18 +191,14 @@ export default function LandingPage() {
|
||||
<TeamCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "trainer-1", name: "Rajesh Kumar", role: "Head Fitness Coach", description: "With over 10 years of experience, Rajesh specializes in bodybuilding and advanced strength training techniques.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-man-dark-blue-shirt-posing-grey-background-studio_613910-12752.jpg", imageAlt: "Rajesh Kumar, Head Fitness Coach"},
|
||||
{
|
||||
id: "trainer-2", name: "Priya Sharma", role: "Personal Training Specialist", description: "Priya excels in personalized nutrition plans and HIIT, helping clients achieve sustainable results.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-fit-woman-gym-medium-shot_23-2149445951.jpg", imageAlt: "Priya Sharma, Personal Training Specialist"},
|
||||
{
|
||||
id: "trainer-3", name: "Amit Singh", role: "CrossFit & Endurance Coach", description: "Amit's passion lies in functional fitness and high-endurance workouts, pushing members to new limits.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-workout-treadmill_23-2148503085.jpg", imageAlt: "Amit Singh, CrossFit & Endurance Coach"},
|
||||
id: "gym-logo", name: "Muscle Factory Gym Liluah", role: "Official Logo", description: "Symbol of strength and dedication to your fitness journey.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EiM05gRiJPGVa3C5GXWQQj2mOZ/uploaded-1780657052759-z3gzx7ge.png", imageAlt: "Muscle Factory Gym Liluah Logo"}
|
||||
]}
|
||||
title="Meet Our Expert Trainers"
|
||||
description="Our team of knowledgeable and supportive trainers is dedicated to guiding you through every step of your fitness journey."
|
||||
title="Our Official Gym Logo"
|
||||
description="This logo represents our core values and commitment to your fitness success."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -308,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user