# Chat Summary — Website 2: 4b.sa (Subsidiary)

**Project:** ABA-WEB-P1-2026 | **Parent:** Ali Bin Aadi Group
**Domain:** 4b.sa
**Default Language:** Arabic (العربية) — RTL First

---

## Scope

A subsidiary company website with simpler structure than the main group site:
- 5 public pages (Home, About, Services, Clients, Contact)
- 6 dashboard modules
- No projects, sectors, or media gallery

---

## API Endpoints

| Method | Endpoint | Description |
|---|---|---|
| GET | `/api/v1/4b/home` | Home page sections |
| GET | `/api/v1/4b/pages/{slug}` | About + any page content |
| GET | `/api/v1/4b/services` | Services list |
| GET | `/api/v1/4b/clients` | Client logos |
| GET | `/api/v1/4b/contact-info` | Contact details |
| POST | `/api/v1/4b/contact` | Submit contact form |
| GET | `/api/v1/4b/seo/{slug}` | SEO meta for page |

---

## Dashboard Modules

| Module | Arabic Label | Description |
|---|---|---|
| Page Content Editor | تعديل صفحات الموقع | Edit Home, About, Services, Clients, Contact page sections |
| Services Manager | إدارة الخدمات | Add/edit/reorder services with icons and bilingual text |
| Clients Manager | إدارة العملاء | Upload/remove client logos, set order |
| Contact Info | بيانات التواصل | Edit phone, email, location, form destination email |
| Contact Submissions | رسائل التواصل | View and manage form submissions |
| SEO Manager | إعدادات SEO | Title, description, keywords, slug per page |

---

## Public Pages

| Page | Sections | Notes |
|---|---|---|
| Home | Hero message, Services intro, CTA to contact | Simpler than main site |
| About | Company overview, Activity, Position in group | Text_block sections |
| Services | Services grid (icon, name, description) | Cards_grid layout |
| Clients | Client logos grid | No project links |
| Contact | Contact details, Map, Contact form | Form + info |

---

## Implementation Notes

- Uses the same shared Laravel API (`api/`) as main site — identified by `site_key = '4b'`
- Dashboard will be a separate React + Metronic instance (per-site architecture)
- Website is a separate Vite React SPA
- Follows same Arabic-first RTL pattern as main site
- To be implemented after Website 1 is complete
