Hero

A clean and responsive hero component. Completly customizable. To see more UI Components/Blocks click here.

Preview

Usage

hero-default.tsx
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.

On this page