# Salaam Bank - Somali Banking Platform
A modern, responsive banking website for Salaam Bank, the first privately owned bank to operate in Somalia. Built with Next.js and featuring a beautiful, interactive UI with Sharia-compliant banking solutions.
## 🏦 Overview
Salaam Bank is a comprehensive banking platform showcasing:
- **Personal Banking** - Savings accounts, mobile banking, and personal finance solutions
- **Business Banking** - Business accounts, payroll services, and business financing
- **Sharia-Compliant Financing** - Car finance, home finance, and business finance options
- **Diaspora Banking** - Specialized services for Somalis living abroad
- **Mobile Banking App** - Download links for iOS and Android
- **Interactive Chatbot** - AI-powered customer support
## 🚀 Tech Stack
- **Framework**: Next.js 16.0.10 with Turbopack
- **React**: 19.2.0
- **TypeScript**: 5.x
- **Styling**:
- Tailwind CSS 4.1.9
- PostCSS with Autoprefixer
- **UI Components**:
- Radix UI (comprehensive component library)
- Lucide React (icons)
- shadcn/ui components
- **Form Handling**: React Hook Form with Zod validation
- **Animations**: Custom scroll animations and transitions
- **Analytics**: Vercel Analytics
## 📋 Prerequisites
- Node.js 18.x or higher
- npm, yarn, or pnpm
- Git
## 🛠️ Installation
1. **Clone the repository**
```bash
git clone
cd Salaam-Bank-Somali
```
2. **Install dependencies**
```bash
npm install
```
3. **Run the development server**
```bash
npm run dev
```
4. **Open your browser**
Navigate to
localhost
## 📜 Available Scripts
- `npm run dev` - Start the development server with Turbopack
- `npm run build` - Build the production application
- `npm run start` - Start the production server
- `npm run lint` - Run ESLint to check code quality
## 📁 Project Structure
```
Salaam-Bank-Somali/
├── app/ # Next.js App Router
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── globals.css …