Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-06 14:22:26 +00:00

View File

@@ -72,11 +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?_wi=1" },
{ 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?_wi=1" },
{ 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?_wi=1" },
{ 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?_wi=2" },
{ 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?_wi=2" }
]}
title="Upcoming Campus Events"
description="Don't miss out on these exciting activities happening on campus this month."
@@ -102,8 +102,8 @@ export default function LandingPage() {
title="Our Leadership"
description="Meet the team managing our campus portal."
members={[
{ 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" }
{ 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?_wi=2" },
{ 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?_wi=3" }
]}
/>
</div>