A website for hippofinance.africa registered microfinance offering credit solutions, device financing for Starlink & SME lending, all digital
# HippoFinance.africa - Portfolio Website
A modern, interactive portfolio website for HippoFinance.africa, a registered microfinance institution offering digital credit solutions, device financing for Starlink, and SME lending across Africa.
## 🚀 Features
- **Modern Design**: Clean, professional design with smooth animations
- **Responsive**: Fully responsive design that works on all devices
- **Interactive**: Smooth scrolling navigation and hover effects
- **SEO Optimized**: Proper meta tags and structured data
- **Fast Performance**: Built with Next.js for optimal performance
- **Vercel Ready**: Optimized for deployment on Vercel
## 📋 Sections Included
1. **Hero Section** - Eye-catching introduction with call-to-action buttons
2. **About Section** - Company story, expertise, and key statistics
3. **Projects Section** - Case studies and work samples with images
4. **Skills Section** - Capabilities and technologies used
5. **Resume Section** - Company achievements and downloadable profile
6. **Contact Section** - Contact form and information
7. **Testimonials Section** - Client feedback and reviews
8. **Blog Section** - Latest insights and news articles
9. **Footer** - Complete site navigation and social links
## 🛠️ Tech Stack
- **Framework**: Next.js 14 with App Router
- **Styling**: Tailwind CSS
- **Animations**: Framer Motion
- **Icons**: Lucide React
- **Fonts**: Inter (Google Fonts)
- **Deployment**: Vercel
## 🚀 Getting Started
### Prerequisites
- Node.js 18+
- npm or yarn
### Installation
1. Clone the repository:
```bash
git clone
cd hippofinance-portfolio
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
```
4. Open
localhost in your browser.
## 📦 Build & Deploy
### Build for Production
```bash
npm run build
# or
yarn build
```
### Deploy to Vercel
1. Push your code to GitHub
2. Connect your repository to Vercel
3. Deploy automatically on push …