{/* ─── Features Section ─────────────────────────────────────────────────── */}
{FEATURES.map((feature) => (
))}
{/* ─── AI Section ───────────────────────────────────────────────────────── */}
{/* Left – Text */}
AI-Powered
Your 24/7{' '}
Campus Guide
Ask anything about RIT — from admission documents to canteen timings. Our AI assistant, powered by Google Gemini with campus-specific knowledge, gives you instant, accurate answers.
{CAMPUS_LOCATIONS.map((loc) => {
const Icon = (LucideIcons as unknown as Record>)[loc.icon];
return (
{Icon && }
{loc.name}
);
})}
{/* ─── Community Teaser ─────────────────────────────────────────────────── */}
{/* Q&A teaser */}
Freshers Q&A
Get answers from seniors
{['How is hostel life at RIT?', 'Best clubs to join as a fresher?', 'Tips for first semester survival'].map((q, i) => (
Q{q}
))}
Join the Discussion
{/* Anonymous Confession Teaser */}
Anonymous Confessions
Share without revealing identity
{[
{ text: "I went to the wrong department on my first day 😅", reactions: 87 },
{ text: "The library WiFi is faster than my home connection 😂", reactions: 134 },
].map((c, i) => (
{c.text}
{c.reactions}
))}
100% Anonymous. No tracking. No identity revealed.