diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d9f266..3c2ff64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -126,8 +102,8 @@ export default function LandingPage() { title="Our Leadership" description="Meet the team managing our campus portal." members={[ - { name: "Alice", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" }, - { name: "Bob", role: "Lead", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" } + { id: "m1", name: "Alice", role: "Director", description: "Oversees all portal operations.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" }, + { id: "m2", name: "Bob", role: "Lead", description: "Handles technical development.", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" } ]} /> @@ -135,14 +111,12 @@ export default function LandingPage() {
@@ -150,10 +124,8 @@ export default function LandingPage() {