diff --git a/src/app/fahrlehrer/page.tsx b/src/app/fahrlehrer/page.tsx index bace709..87b153c 100644 --- a/src/app/fahrlehrer/page.tsx +++ b/src/app/fahrlehrer/page.tsx @@ -47,9 +47,11 @@ export default function FahrlehrerPage() { { id: "g1", groupTitle: "Team Nord", members: [ { - id: "t1", title: "Gianni S.", subtitle: "Experte - Über 10 Jahre Erfahrung in Zürich.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-female-driver_23-2148384913.jpg"}, + id: "t1", title: "Gianni S.", subtitle: "Experte", detail: "Über 10 Jahre Erfahrung in Zürich.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-female-driver_23-2148384913.jpg" + }, { - id: "t2", title: "Samir R.", subtitle: "Coach - Geduldig und zielorientiert.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-buying-car_1303-13613.jpg"}, + id: "t2", title: "Samir R.", subtitle: "Coach", detail: "Geduldig und zielorientiert.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-buying-car_1303-13613.jpg" + }, ], }, ]}