import { redirect } from "next/navigation"; // The map is no longer a destination you navigate to — it's the product, // and the product is the landing page. See UI_REDESIGN.md §3. export default function MapPageRedirect() { redirect("/"); }