# Runlock.re - Site Web Next.js Site web moderne pour Runlock.re, expert Vaultwarden à la Réunion. ## 🚀 Technologies - **Next.js 14** - Framework React - **TypeScript** - Typage statique - **Tailwind CSS** - Styling - **Framer Motion** - Animations - **Lucide React** - Icônes ## 📦 Installation ```bash # Installer les dépendances npm install # Lancer le serveur de développement npm run dev # Build pour la production npm run build # Lancer en production npm start ``` ## 🎨 Fonctionnalités - ✨ Animations fluides avec Framer Motion - 🎯 Design moderne orienté sécurité - 📱 Responsive design - ⚡ Performance optimisée - 🔒 Thème sombre sécurisé ## 📄 Structure ``` ├── app/ │ ├── layout.tsx # Layout principal │ ├── page.tsx # Page d'accueil │ └── globals.css # Styles globaux ├── components/ │ ├── Header.tsx # Navigation │ ├── Footer.tsx # Pied de page │ └── sections/ # Sections de la page │ ├── Hero.tsx │ ├── Stats.tsx │ ├── Services.tsx │ ├── Encryption.tsx │ ├── Timeline.tsx │ ├── Pricing.tsx │ ├── FAQ.tsx │ └── Contact.tsx └── ... ``` ## 🌐 Déploiement Le site peut être déployé sur : - Vercel (recommandé pour Next.js) - Netlify - Tout hébergeur supportant Node.js