A sleek and modern landing page featuring detailed Sift information and features.
- React + TypeScript
- Tailwind CSS
- Vite
- Framer Motion (Animations)
- Lucide Icons
- Shadcn/ui (Component Library)
Sift.app/
├── public/ # Static assets
│ ├── images/ # Image files
│ └── favicon.svg # Site favicon
├── src/
│ ├── components/ # React components
│ │ ├── ui/ # Reusable UI components (shadcn)
│ │ └── ... # Page-specific components
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utility functions
│ ├── pages/ # Page components
│ ├── App.tsx # Root component
│ └── main.tsx # Entry point
├── index.html # Entry HTML
├── package.json # Dependencies and scripts
├── tailwind.config.ts # Tailwind configuration
├── vite.config.ts # Vite configuration
├── tsconfig.json # TypeScript configuration
└── components.json # shadcn/ui configuration