Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcf375208b | |||
| 005079aa82 | |||
| 67d8ab3b0c | |||
| db2dd62252 | |||
| af56f097d5 | |||
| 71527284c5 | |||
| 935b37dba6 |
@@ -108,13 +108,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1", name: "John Doe", role: "Strength Expert", description: "Conditioning expert with 10+ years experience.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-blonde-personal-trainer_329181-14123.jpg"},
|
id: "1", name: "John Doe", role: "Strength Expert", description: "Conditioning expert with 10+ years experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Mary Smith", role: "Yoga Specialist", description: "Expert in flexibility and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-couple-practicing-yoga-asanas-home_176420-14849.jpg"},
|
id: "2", name: "Mary Smith", role: "Yoga Specialist", description: "Expert in flexibility and recovery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg?_wi=2"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Ali Mohamed", role: "HIIT Coach", description: "Cardio and endurance training master.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-part-zumba-class_23-2149074895.jpg"},
|
id: "3", name: "Ali Mohamed", role: "HIIT Coach", description: "Cardio and endurance training master.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg?_wi=3"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Selamawit Tekle", role: "Personal Trainer", description: "Nutritionist and training coach.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-preparing-smoothie_23-2149894940.jpg"},
|
id: "4", name: "Selamawit Tekle", role: "Personal Trainer", description: "Nutritionist and training coach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg?_wi=4"},
|
||||||
]}
|
]}
|
||||||
title="Meet Our Expert Trainers"
|
title="Meet Our Expert Trainers"
|
||||||
description="Our certified team is dedicated to your transformation."
|
description="Our certified team is dedicated to your transformation."
|
||||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "basic", badge: "Entry", price: "$25", subtitle: "1 Month Plan", buttons: [
|
id: "basic", badge: "Entry", price: "$25", subtitle: "1 Month Plan", buttons: [
|
||||||
{
|
{
|
||||||
text: "Select"},
|
text: "Get Started"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full Gym Access", "Basic Support"],
|
"Full Gym Access", "Basic Support"],
|
||||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "standard", badge: "Best Value", price: "$70", subtitle: "3 Month Plan", buttons: [
|
id: "standard", badge: "Best Value", price: "$70", subtitle: "3 Month Plan", buttons: [
|
||||||
{
|
{
|
||||||
text: "Select"},
|
text: "Get Started"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full Gym Access", "Yoga Included", "Personalized Plan"],
|
"Full Gym Access", "Yoga Included", "Personalized Plan"],
|
||||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "premium", badge: "Pro", price: "$130", subtitle: "6 Month Plan", buttons: [
|
id: "premium", badge: "Pro", price: "$130", subtitle: "6 Month Plan", buttons: [
|
||||||
{
|
{
|
||||||
text: "Select"},
|
text: "Get Started"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"All Gym Access", "Priority Booking", "Nutrition Guidance"],
|
"All Gym Access", "Priority Booking", "Nutrition Guidance"],
|
||||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "vip", badge: "VIP", price: "$250", subtitle: "12 Month Plan", buttons: [
|
id: "vip", badge: "VIP", price: "$250", subtitle: "12 Month Plan", buttons: [
|
||||||
{
|
{
|
||||||
text: "Select"},
|
text: "Get Started"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Unlimited Access", "Trainer Mentorship", "All Inclusive"],
|
"Unlimited Access", "Trainer Mentorship", "All Inclusive"],
|
||||||
|
|||||||
Reference in New Issue
Block a user