import React from "react"; import { Link } from "react-router-dom"; import { Badge } from "../components/ui/badge"; import { Button } from "../components/ui/button"; import { FeatureCard } from "../components/feature-card"; import { InfoCard } from "../components/info-card"; import { SectionHeader } from "../components/section-header"; import { TestimonialCard } from "../components/testimonial-card"; import { GraduationCap, Coins, Package, ShieldCheck, Zap, Trophy } from "lucide-react"; export function Home() { return (
{/* Navigation (Simple) */} {/* Hero Section */}
The Ultimate Academic Strategy RPG

Rise to the Top of the Elite Academy

Aurora is a competitive academic RPG bot where students are assigned to Classes A through D, vying for supremacy in a high-stakes elite school setting.

{/* Features Section (Bento Grid) */}
{/* Class System */} } >
Constellation Units Special Exams
{/* Economy */} } /> {/* Inventory */} } /> {/* Exams */}
Island Exam Active
{/* Trading & Social */} } >
Constellation Units Special Exams
{/* Tech Stack */}
BUN 1.0+ DISCORD.JS DRIZZLE POSTGRES
{/* Unique Features Section */}
} title="Merit-Based Society" description="Your class standing determines your privileges. Earn points to rise, or lose them and face the consequences of falling behind." iconWrapperClassName="bg-primary/20 text-primary" /> } title="Psychological Warfare" description="Form alliances, uncover spies, and execute strategies during Special Exams where trust is the most valuable currency." iconWrapperClassName="bg-secondary/20 text-secondary" /> } title="Dynamic World" description="The school rules change based on the actions of the student body. Your decisions shape the future of the academy." iconWrapperClassName="bg-primary/20 text-primary" />
{/* Testimonials Section */}
{/* Footer */}
); } export default Home;