import { redirect } from "next/navigation" export default function Home() { // Redirect to rankings as the main entry point redirect("/rankings") }