From c2e192d6824e91c36cdafe90183e58ae35af7257 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:40:47 +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 a3de540..10b8ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,8 @@ export default function LandingPage() { title="Our Team" description="The brains behind the hotplates." members={[ - { name: "Alex", role: "Head Chef", imageSrc: "https://img.b2bpic.net/free-photo/man-in-white-chef-uniform-cooking-in-a-kitchen_23-2149175409.jpg" }, - { name: "Sarah", role: "Store Manager", imageSrc: "https://img.b2bpic.net/free-photo/portrait-of-confident-young-woman-with-crossed-arms_1142-1262.jpg" } + { id: "1", name: "Alex", role: "Head Chef", description: "Passionate about spice levels.", imageSrc: "https://img.b2bpic.net/free-photo/man-in-white-chef-uniform-cooking-in-a-kitchen_23-2149175409.jpg" }, + { id: "2", name: "Sarah", role: "Store Manager", description: "Keeps the classroom running.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-of-confident-young-woman-with-crossed-arms_1142-1262.jpg" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1