Hero 01
Product detail hero section with ratings, color and size selectors, and purchase actions.
Loading…
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, andrating. - Pass a custom
classNameto adjust spacing or fit this section into your page layout.