This project is a static landing page built with React, TypeScript, Vite, and Tailwind CSS.
- React (frontend UI)
- TypeScript (type safety)
- Vite (build tool & dev server)
- Tailwind CSS (utility-first styling)
- Framer Motion (animations)
- Lucide React (icons)
This is a frontend-only project (no backend).
src/
layouts/ # App layout wrappers
pages/ # Page-level components
components/
landing/ # Landing page sections
ui/ # Reusable UI components
assets/ # Images & icons
main.tsx # App entry point
App.tsx # App wrapper
index.css # Global styles (Tailwind)