Wireframe landing page
Sketch initial layout and content structure
Setup project repo
Initialize Next.js project with tooling
Design UI components
Create reusable components for LumenUI
Integrate animations
Add motion and transitions across components
Write documentation
Document components with examples

Installation

bash
npm install motion lucide-react

Usage

tsx
import List from '@/components/ui/List';

<List />