import React from "react"; import { Badge } from "@/components/ui/badge"; import { TypeAnimation } from "react-type-animation"; const HeroSection = () => { return (
{/* Background Image */} Jakarta Monument {/* Overlay Content */}
Portal Resmi

Dinas Lingkungan Hidup Provinsi DKI Jakarta

); }; export default HeroSection;