diff --git a/src/app/page.tsx b/src/app/page.tsx index 9387739..abac68f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -287,16 +287,19 @@ export default function HomePage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Mike Earl", imageSrc: + id: "1", name: "Mike Earl", role: "Owner and Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-109460.jpg", imageAlt: "Mike Earl - Owner and Lead Technician" }, { - id: "2", name: "David Smith", imageSrc: + id: "2", name: "David Smith", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "David Smith - Service Manager" }, ]} - memberVariant="default" + textboxLayout="default" useInvertedBackground={false} + gridVariant="uniform-all-items-equal" + animationType="slide-up" + carouselMode="buttons" />