hero-11

PreviousNext

A simple hero section.

Docs
aliimamblock

Preview

Loading preview…
registry/default/blocks/hero/hero-11/page.tsx
import { HeroSection } from "@/registry/default/blocks/hero/hero-11/components/hero";

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

Installation

npx shadcn@latest add @aliimam/hero-11

Usage

import { Hero11 } from "@/components/hero-11"
<Hero11 />