hero-09

PreviousNext

A simple hero section.

Docs
aliimamblock

Preview

Loading preview…
registry/default/blocks/hero/hero-09/page.tsx
import { Hero } from "@/registry/default/blocks/hero/hero-09/components/hero"
import { ShaderRGB } from "@/registry/default/components/shader-rgb"

export default function DemoOne() {
  return (
    <div className="relative flex min-h-svh w-full flex-col items-center justify-center overflow-y-auto">
      <ShaderRGB />
      <Hero />
    </div>
  )
}

Installation

npx shadcn@latest add @aliimam/hero-09

Usage

import { Hero09 } from "@/components/hero-09"
<Hero09 />