import Image from 'next/image'; import icon from '/public/assets/under-construction.svg'; function UnderConstruction({ message = 'under-construction' }) { return (
{message}