diff --git a/src/app/page.tsx b/src/app/page.tsx index 7063c78..d86443d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,93 +46,52 @@ export default function LandingPage() { @@ -153,24 +104,16 @@ export default function LandingPage() { features={[ { icon: Calendar, - title: "College Events", - description: "Stay updated on reunions, workshops, and guest speaker sessions.", - }, + title: "College Events", description: "Stay updated on reunions, workshops, and guest speaker sessions."}, { icon: Rocket, - title: "Startup Funding", - description: "Pitch your ideas and raise funds from successful alumni investors.", - }, + title: "Startup Funding", description: "Pitch your ideas and raise funds from successful alumni investors."}, { icon: Briefcase, - title: "Internships", - description: "Connect talented students with internship opportunities in top firms.", - }, + title: "Internships", description: "Connect talented students with internship opportunities in top firms."}, { icon: MessageSquare, - title: "Chat & Connect", - description: "Real-time secure chat with alumni and peer-to-peer mentoring.", - }, + title: "Chat & Connect", description: "Real-time secure chat with alumni and peer-to-peer mentoring."}, ]} title="Everything You Need to Succeed" description="Unlock the power of our exclusive alumni network and bridge the gap between education and industry." @@ -181,50 +124,21 @@ export default function LandingPage() {