Components/Portfolio/Hero Section

Hero Section

A modern hero section with animated blobs and stats.

v0

Installation

Full Setup guide

Install the component automatically via Shadcn CLI.

npx shadcn@latest add https://www.grettech.com/api/registry/hero-section

Other Examples

Minimalist Hero

v0

Props

PropTypeDefaultDescription
className
string-Optional CSS classes to apply.
personalData
object-Personal information
professionalData
object-Professional details
skills
string[]['React', 'Next.js', 'TypeScript', 'Tailwind CSS']List of skills
socialLinks
object[]-Social media links
imageAs
React.ElementType"img"Custom component to use for rendering images.
...props
React.HTMLAttributes<HTMLDivElement>-Accepts all standard HTML attributes (id, style, etc).