"use client" import { NavigationMenu } from "@/components/navigation-menu" import { DashboardMap } from "@/components/dashboard/dashboard-map" import { PoweredBy } from "@/components/powered-by" export default function MapPage() { return (
{/* Navigation Menu */}
{/* Header */}

Detection Map

View all detected potholes and signboards on the map

{/* Map */}
{/* Legend */}
Pothole
Signboard
) }