Components
SCB Hero 01
Two-column hero section with social proof, star ratings, and overlapping avatars.
SCB Hero 01
Two-column hero section with social proof, star ratings, and overlapping avatars. Ideal for SaaS and product landing pages.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/scb-hero-01Usage
import { Hero3 } from "@/components/scb-hero-01";
export default function Page() {
return (
<Hero3
heading="Build faster with our platform"
description="The all-in-one solution for modern teams."
image={{ src: "/hero-image.jpg", alt: "Hero" }}
/>
);
}Features
- Two-Column Layout - Text on left, image on right
- Social Proof - Overlapping avatars with customer count
- Star Ratings - 5-star display with review count
- Dual CTAs - Primary and secondary action buttons
- Responsive - Stacks on mobile devices
Props
5 props
| Prop | Type | Default | Description |
|---|---|---|---|
headingreq | string | — | Main headline text |
descriptionreq | string | — | Supporting description text |
imagereq | { src: string; alt: string } | — | Hero image config |
buttons | { primary?: Button; secondary?: Button } | — | CTA buttons config |
reviews | { count: number; avatars: Avatar[]; rating?: number } | — | Social proof config |
Dependencies
lucide-react
Registry Dependencies
avatarbutton
Lineage
| Property | Value |
|---|---|
| Source | @shadcnblocks/hero3 |
| Version | 1.0.0 |
| Curated | 2025-01-19 |
| License | Commercial |
Modifications
- Added image prop
- Generic placeholder avatars