Business Management AI is Namibia's first fully offline-capable business management system. Start traditional, scale with AI, own your data forever. Powered by AISOD
# BMS AI - Professional Landing Page
A stunning, professional landing page for BMS AI - Business Management AI Powered by AISOD.
## Features
- ✨ Modern, professional design with smooth animations
- 📱 Fully responsive (mobile, tablet, desktop)
- 🎨 Beautiful gradient effects and glass morphism
- ⚡ Built with Next.js 14, React 18, TypeScript
- 🎬 Framer Motion animations
- 🎯 Optimized for performance
- 🔍 SEO-ready with metadata
## Tech Stack
- **Framework**: Next.js 14 (App Router)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **Animations**: Framer Motion
- **Icons**: Lucide React
## Getting Started
### Prerequisites
- Node.js 18+ installed
- npm or yarn package manager
### Installation
1. Install dependencies:
```bash
npm install
```
2. Run the development server:
```bash
npm run dev
```
3. Open
localhost in your browser.
### Build for Production
```bash
npm run build
npm start
```
## Project Structure
```
src/
├── app/
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Main landing page
└── components/
├── Navbar.tsx # Navigation bar
├── Hero.tsx # Hero section
├── Stats.tsx # Statistics section
├── Features.tsx # Features showcase
├── Modules.tsx # 12 modules display
├── Comparison.tsx # Comparison table
├── Pricing.tsx # Pricing plans
├── Testimonials.tsx # Customer testimonials
├── CTA.tsx # Call-to-action section
└── Footer.tsx # Footer
```
## Key Sections
1. **Hero**: Eye-catching introduction with key value propositions
2. **Stats**: Impressive statistics about the platform
3. **Features**: 6 core features with beautiful cards
4. **Modules**: All 12 business modules
5. **Comparison**: BMS AI vs. traditional systems
6. **Pricing**: 3 tiers + enterprise options
7. **Testimonials**: Customer success stories
8. **CTA**: Contact information and call-to-action
9. **Foot …