7 Commits

Author SHA1 Message Date
fcf375208b Merge version_4 into main
Merge version_4 into main
2026-05-09 10:58:50 +00:00
005079aa82 Update src/app/page.tsx 2026-05-09 10:58:47 +00:00
67d8ab3b0c Merge version_4 into main
Merge version_4 into main
2026-05-09 10:58:26 +00:00
db2dd62252 Update src/app/page.tsx 2026-05-09 10:58:20 +00:00
af56f097d5 Update src/app/page.tsx 2026-05-09 10:52:19 +00:00
71527284c5 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:51:11 +00:00
935b37dba6 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:50:40 +00:00

View File

@@ -108,13 +108,13 @@ export default function LandingPage() {
useInvertedBackground={true}
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"
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: [
{
text: "Select"},
text: "Get Started"},
],
features: [
"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: [
{
text: "Select"},
text: "Get Started"},
],
features: [
"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: [
{
text: "Select"},
text: "Get Started"},
],
features: [
"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: [
{
text: "Select"},
text: "Get Started"},
],
features: [
"Unlimited Access", "Trainer Mentorship", "All Inclusive"],