A reusable component for hero section
import Component from "@/components/ui/hero-section"; export default function HeroSection() { return <Component />; }