Empowering Women. Preserving Culture. Promoting Sustainability Across Kenya.
# SIANA Africa
**Empowering Women. Preserving Culture. Promoting Sustainability Across Kenya.**
## Tech Stack
- **Framework**: React 19 + Vite 8 (TypeScript)
- **Animation**: GSAP with ScrollTrigger
- **Icons**: Lucide React
- **Fonts**: Playfair Display (headings) · Inter (body)
## Colour Palette
| Token | Hex | Usage |
| ---------------- | --------- | ------------------ |
| `--color-forest` | `#4C5D43` | Primary / Hero bg |
| `--color-sage` | `#A8B69A` | Secondary / Borders|
| `--color-mist` | `#E7F0E5` | Section backgrounds|
| `--color-linen` | `#F7F3EF` | Page background |
| `--color-coral` | `#E36E5B` | CTA / Accent 1 |
| `--color-rose` | `#C95A7B` | Accent 2 |
| `--color-charcoal`| `#282B2B`| Text / Footer bg |
## Getting Started
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
npm run preview
```