From 2344876212d07dab689c95e49edfd5976c0a9a7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:14:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41427eb..1a49068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,8 +74,8 @@ export default function LandingPage() { useInvertedBackground={false} textboxLayout="split" members={[ - { id: "t1", name: "member 1", role: "creative lead", description: "loves beads and brainstorming new collections.", imageSrc: "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?w=400" }, - { id: "t2", name: "member 2", role: "outreach lead", description: "making connections and driving impact.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=400" } + { id: "t1", name: "saachi hegde", role: "head of finance ", description: "head of finance and a designer because hiring one isn't in the budget", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ0RqxQgg8jaP76cIrkZlIiUrM/uploaded-1774775522886-gwm8x95t.png" }, + { id: "t2", name: "kyra pinto", role: "head of publicity", description: "making connections and driving impact.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=400" } ]} /> -- 2.49.1