Hero
A clean and responsive hero component. Completly customizable. To see more UI Components/Blocks click here.
Preview
Usage
import { HeroDefault } from "@/components/blocks/hero/hero-default"
export default function Page() {
return (
<HeroDefault/>
)
}The hero-default.tsx file already comes in the EasyToLaunch repo by default.