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

Detection Map

View all detected potholes and signboards on the map

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

Sentient Geeks Pvt. Ltd.

) }