From 95c4ee1ff3e0a95eb0371bc1981177fc5eb1c39f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:21:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 132 ++++++++++++----------------------------------- 1 file changed, 34 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd35f99..5d9f266 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,66 +44,41 @@ export default function LandingPage() {
@@ -123,40 +90,15 @@ export default function LandingPage() { 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?_wi=1", - }, + 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: "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?_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"}, { - 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: "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?_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"}, ]} title="Upcoming Campus Events" description="Don't miss out on these exciting activities happening on campus this month." @@ -168,14 +110,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "About Farah College Portal", - }, + type: "text", content: "About Farah College Portal"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", - alt: "College life", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "College life"}, ]} /> @@ -186,6 +123,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + 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" } + ]} /> @@ -193,16 +136,13 @@ export default function LandingPage() { @@ -211,13 +151,9 @@ export default function LandingPage() { -- 2.49.1