import React from 'react'; import { Construction } from 'lucide-react'; import { SpotlightCard } from '../components/SpotlightCard'; const UnderConstruction = ({ title = "Under Construction", moduleName = "Module" }) => { return (
This {moduleName} is currently under construction.
STATUS: DEVELOPMENT_IN_PROGRESS