A sleek, modern landing page for a fictional design tool called Layers, built with Next.js, TypeScript, and Tailwind CSS.
git clone https://github.com/finzyphinzy/layers.git
2. Install dependencies:
```bash
cd layers
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser.
## š Project Structure
```
src/
āāā app/ # Next.js app directory
āāā assets/ # Static assets (images, SVGs)
āāā components/ # Reusable UI components
āāā sections/ # Page sections
```
## šØ Customization
The project uses Tailwind CSS for styling. You can customize the theme by modifying the `tailwind.config.js` file.
## š± Responsive Design
The landing page is fully responsive and optimized for:
- Mobile devices
- Tablets
- Desktop screens
## š¤ Contributing
Wanna improve any part of this project? Contributions are welcome! Please feel free to submit a Pull Request.