A reusable and responsive hero section
import Component from "@/components/ui/creative-hero"; export default function HeroScrollAnimation() { return <Component />; }