Site vitrine pour NXL Forge, service de développement SaaS piloté par l'IA.
- Créer un repo GitHub privé
nxlforge - Push ce projet
- Connecter le repo à Vercel (auto-détecte Next.js)
- Configurer les domaines :
nxlforge.com(principal)nxlforge.fr(redirect vers .com)
Remplacer les placeholders dans app/page.tsx par de vraies images :
public/screenshots/dashboard.png
public/screenshots/decouverte.png
public/screenshots/wizard.png
public/screenshots/admin.png
Puis dans page.tsx, remplacer :
<span className="placeholder-img">📊 Dashboard interactif</span>par :
<img src="/screenshots/dashboard.png" alt="Dashboard" />- Lien GitHub Empreinte Fiscale : vérifier l'URL dans showcase-links
- Lien Calendly/RDV : pointe vers nexelans.fr/appointment
- Email : contact@nexelans.fr
Le tarif jour (950€ HT) est dans app/page.tsx, section pricing.
npm install
npm run devOuvrir http://localhost:3000