<Hero />
The Hero component is used to display the main hero section of the application. It contains the main title, subtitle, and a call-to-action button.
Usage
import {Hero} from '@/app/(marketing)/components/sections/hero'
export default function Page() {
return <Hero />
}