n-media-site

N-Med.ia - Site Web Agence

Site web moderne pour l’agence N-Med.ia, développé avec Next.js 14, TypeScript, Tailwind CSS et Framer Motion.

Technologies utilisées

Structure du projet

├── app/
│   ├── about/          # Page À propos
│   ├── contact/        # Page Contact
│   ├── globals.css     # Styles globaux
│   ├── layout.tsx      # Layout principal
│   └── page.tsx        # Page d'accueil
├── components/
│   ├── AboutSection.tsx
│   ├── ContactForm.tsx
│   ├── Footer.tsx
│   ├── Hero.tsx
│   ├── Navbar.tsx
│   ├── Portfolio.tsx
│   ├── Presentation.tsx
│   └── Services.tsx
└── ...

Installation

npm install

Développement

npm run dev

Ouvrez http://localhost:3000 dans votre navigateur.

Build de production

npm run build
npm start

Caractéristiques