From 8858f4ab6c35a01fd308443f512203f635b44bb1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:40:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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" /> -- 2.49.1