Modern digital solutions company website built with Next.js 14, React, TypeScript, and Tailwind CSS.
- 🎨 Modern and sleek design with glass morphism effects
- 📱 Fully responsive design
- ⚡ Next.js 14 with App Router
- 🎭 Framer Motion animations
- 🎯 TypeScript for type safety
- 🎨 Tailwind CSS for styling
- 🖼️ Next.js Image Optimization
- 🤖 SEO optimized
- 📊 Performance optimized
- Clone the repository:
git clone https://github.com/aimaneth/Grit-Studio.git
- Install dependencies:
cd arielle-empire
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
├── public/ # Static files
├── src/
│ ├── app/ # App router pages
│ ├── components/ # React components
│ └── styles/ # Global styles
├── tailwind.config.js
└── next.config.js
This project is licensed under the MIT License - see the LICENSE file for details.