Full-width animated hero with scroll parallax, floating depth layers, wireframe mockup, and entrance animations.
Install
npx bouncekit@latest add heroImport
import { Hero } from "@/components/marketing/landing/hero-section"1. Copy the source file
Copy src/components/marketing/landing/hero-section.tsx into your project at the same path.
2. Install dependencies
Check the component's imports and install any missing packages.
3. Import and use
import { Hero } from "@/components/marketing/landing/hero-section"Make sure you have cn() from @/lib/utils available in your project.