Digital Scaffolding for Africa's Sovereign Economic Future.
# NSK Devpreneur Hub — Website v2.0
**Sovereign Digital Infrastructure for Africa**
This is the institutional-grade website for NSK Devpreneur Hub, built to position the company as Africa's leading Digital Public Infrastructure (DPI) provider.
## What's Included
- **6 Pages**: Home, Solutions, Architecture, Compliance, Impact, Contact
- **Strategic Positioning**: Sovereign infrastructure first, founder tools secondary
- **Institutional Design**: Dark theme, gold accents, authoritative typography
- **Production-Ready**: React 18, React Router 6, responsive, SEO-structured
- **Zero External Dependencies**: Only Google Fonts and Lucide icons (both loaded via CDN/npm)
## Tech Stack
- React 18.2+
- React Router DOM 6.20+
- Lucide React (icons)
- Pure CSS (no Tailwind, no Bootstrap — full design system in `styles.css`)
## Getting Started
```bash
# 1. Install dependencies
npm install
# 2. Start development server
npm start
# 3. Build for production
npm run build
```
## Deployment
This is a standard Create React App build. Deploy the `build/` folder to:
- Vercel
- Netlify
- AWS S3 + CloudFront
- Your own Node.js server
- Any static hosting
## Key Design Decisions
1. **Sovereignty-First Messaging**: The homepage leads with "Digital Scaffolding for Africa's Sovereign Economic Future" — not founder tools.
2. **Problem/Solution Framing**: Each solution page explicitly contrasts the broken status quo with NSK's fix.
3. **Metrics-First**: Every solution has concrete impact metrics (time saved, cost reduced, rejection rates).
4. **Compliance Transparency**: Full statutory mapping (SPLUMA, POPIA, CIPC) with honest limitation notices.
5. **Certification Roadmap**: Shows ISO 27001 and SACPLAN review status — builds trust through transparency.
6. **Pilot-Ready**: Impact page includes real pilot frameworks and partnership application CTAs.
## Customization
- **Colors**: Edit CSS variables in `src/styles.css`
- **Copy**: All content is in the page components — edit direc …