A reusable and responsive component for a hero section with an animated header and animated icons
Loading preview...
import Component from "@/components/ui/hero-03"; export default function Hero() { return <Component />; }