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() {
@@ -43,42 +39,29 @@ export default function LandingPage() {
@@ -89,16 +72,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "e1", title: "Cultural Fest", description: "Experience diverse traditions and student performances.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg"},
- {
- id: "e2", title: "University Feast", description: "A grand culinary journey across the university grounds.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg"},
- {
- id: "e3", title: "Academic Seminar", description: "Meet industry experts and learn about latest tech.", tag: "Academic", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg"},
- {
- id: "e4", title: "Sports League", description: "Competitive team sports and fitness challenges.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg"},
- {
- id: "e5", title: "Research Night", description: "Showcasing breakthrough projects by our seniors.", tag: "Research", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg"},
+ { id: "e1", title: "Cultural Fest", description: "Experience diverse traditions and student performances.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" },
+ { id: "e2", title: "University Feast", description: "A grand culinary journey across the university grounds.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" },
+ { id: "e3", title: "Academic Seminar", description: "Meet industry experts and learn about latest tech.", tag: "Academic", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg" },
+ { id: "e4", title: "Sports League", description: "Competitive team sports and fitness challenges.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" },
+ { id: "e5", title: "Research Night", description: "Showcasing breakthrough projects by our seniors.", tag: "Research", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg" }
]}
title="Upcoming Campus Events"
description="Don't miss out on these exciting activities happening on campus this month."
@@ -109,10 +87,8 @@ 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() {