Gambo Consultancy
A production-ready consultancy website built with Next.js and TypeScript — modern responsive layout, clean professional design, and a contact form powered by Resend for reliable transactional email delivery in a real client environment.

The Problem
The client needed a web presence that projected professionalism and trust immediately — no generic templates, no unreliable contact forms. The contact system in particular needed to actually deliver emails dependably, which ruled out naive SMTP implementations that quietly fail in production.
The Solution
// what I learned
Client work teaches a discipline that personal projects don't — the requirement isn't what you think is best, it's what actually serves the client's business. I also learned to take email delivery seriously as an infrastructure concern rather than an afterthought. Resend made that easy, and I've used it as my default ever since.

