RRR Logo

Command Palette

Search for a command to run...

0
UI
PreviousNext

Hero 01

Product detail hero section with ratings, color and size selectors, and purchase actions.

Loading…
import { Hero01 } from "@/components/hero-01"
 
export function Hero01Demo() {
  return <Hero01 />
}

Features

  • Product-first layout with image, content panel, and strong pricing CTA.
  • Built-in rating stars and review count display.
  • Includes color swatches, size picker, and quick share actions.
  • Styled to preserve the original dark ecommerce visual language.

Installation

$ pnpm dlx shadcn add @ncdai/hero-01

Usage

import { Hero01 } from "@/components/hero-01"
<Hero01 />

Notes

  • The component exposes props for brand, title, description, price, imageSrc, imageAlt, reviewCount, and rating.
  • Pass a custom className to adjust spacing or fit this section into your page layout.