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"