diff --git a/src/app/page.tsx b/src/app/page.tsx index f9e11db..6982df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,6 +212,9 @@ export default function FitCoachPage() { }, { id: "4", name: "Emily Rodriguez", role: "Wellness Coach", imageSrc: "https://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Emily Rodriguez" + }, + { + id: "5", name: "David Anderson", role: "Performance Coach", imageSrc: "https://img.b2bpic.net/free-photo/african-american-businessman-smiling-wearing-jersey_23-2149260614.jpg", imageAlt: "David Anderson" } ]} gridVariant="four-items-2x2-equal-grid"