From 5ec0e61940792c9d9d321a1fa3e6b8faa26e8993 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:21:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 88 +++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 58 deletions(-) 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() {