From 8897d31cfbae2a28c37da75cb9c1e782afa1e605 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 04:51:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7879932..65888c0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { membersAnimation="slide-up" useInvertedBackground={false} members={[ - { id: "owner", name: "Carston Smith - Owner", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=1" }, - { id: "tm1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=2" }, - { id: "tm2", name: "Sarah Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" }, + { id: "owner", name: "Carston Lipscomb - Owner", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=1" }, + { id: "tm1", name: "Gabriel Southern - project manager ", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=2" }, + { id: "tm2", name: "Drake Albury - project manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" }, ]} /> -- 2.49.1