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