diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 35699bc..65cac4b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -62,33 +50,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "coaches",
- groupTitle: "Fitness Trainers",
- members: [
+ id: "coaches", groupTitle: "Fitness Trainers", members: [
{
- id: "t1",
- title: "Ali Veli",
- subtitle: "CrossFit Lead",
- detail: "Certified trainer with 10 years experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg",
- },
+ id: "t1", title: "Ali Veli", subtitle: "CrossFit Lead", detail: "Certified trainer with 10 years experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-woman-gym_23-2149445949.jpg"},
{
- id: "t2",
- title: "Ayşe Yılmaz",
- subtitle: "HIIT & Pilates",
- detail: "Specialist in functional movement.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111522.jpg",
- },
+ id: "t2", title: "Ayşe Yılmaz", subtitle: "HIIT & Pilates", detail: "Specialist in functional movement.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-gym_23-2148111522.jpg"},
{
- id: "t3",
- title: "Mehmet Can",
- subtitle: "Personal Training",
- detail: "Bodybuilding expert.",
- imageSrc: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-9987.jpg",
- },
+ id: "t3", title: "Mehmet Can", subtitle: "Personal Training", detail: "Bodybuilding expert.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-9987.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2614.jpg?_wi=2",
- imageAlt: "fitness trainer portrait",
},
]}
title="Expert Team"
@@ -100,29 +69,15 @@ export default function LandingPage() {