# 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 β¦