{
  "websiteSettings": {
    "companyName": "AL-HAJ FAW Motors Pvt Ltd",
    "address": "Main National Highway, Zulfiqarabad, Karachi, Pakistan",
    "phone": "111-092-111",
    "infoEmail": "info@alhajfaw.com",
    "salesEmail": "sales@alhajfaw.com",
    "careersEmail": "careers@alhajfaw.com",
    "supportEmail": "customersupport@alhajfaw.com",
    "whatsappNumber": "+923000000000"
  },
  "products": [
    {
      "modelName": "JH6 390 HP",
      "slug": "jh6-390",
      "category": "Prime Mover",
      "horsepower": "390 HP",
      "active": true,
      "imageFile": "jh6-390.jpg",
      "brochureFile": "jh6-390.pdf"
    },
    {
      "modelName": "JH6 280 HP",
      "slug": "jh6-280",
      "category": "Prime Mover",
      "horsepower": "280 HP",
      "active": true,
      "imageFile": "jh6-280.jpg",
      "brochureFile": "jh6-280.pdf"
    },
    {
      "modelName": "J5P 420 HP",
      "slug": "j5p-420",
      "category": "Prime Mover",
      "horsepower": "420 HP",
      "active": true,
      "imageFile": "j5p-420.jpg",
      "brochureFile": "j5p-420.pdf"
    },
    {
      "modelName": "J5P 220 HP",
      "slug": "j5p-220",
      "category": "Heavy Commercial",
      "horsepower": "220 HP",
      "active": true,
      "imageFile": "j5p-220.jpg",
      "brochureFile": "j5p-220.pdf"
    },
    {
      "modelName": "J5M 280 HP",
      "slug": "j5m-280",
      "category": "Heavy Commercial",
      "horsepower": "280 HP",
      "active": true,
      "imageFile": "j5m-280.jpg",
      "brochureFile": "j5m-280.pdf"
    },
    {
      "modelName": "J5M 220 HP",
      "slug": "j5m-220",
      "category": "Heavy Commercial",
      "horsepower": "220 HP",
      "active": true,
      "imageFile": "j5m-220.jpg",
      "brochureFile": "j5m-220.pdf"
    },
    {
      "modelName": "Tiger VH",
      "slug": "tiger-vh",
      "category": "Heavy Commercial",
      "horsepower": "VH",
      "active": true,
      "imageFile": "tiger-vh.jpg",
      "brochureFile": "tiger-vh.pdf"
    },
    {
      "modelName": "Tiger VR",
      "slug": "tiger-vr",
      "category": "Heavy Commercial",
      "horsepower": "VR",
      "active": true,
      "imageFile": "tiger-vr.jpg",
      "brochureFile": "tiger-vr.pdf"
    }
  ],
  "heroSlides": [
    {
      "title": "Hero Slide 1",
      "imageFile": "hero-bg-slide-1.jpg",
      "order": 1,
      "active": true
    },
    {
      "title": "Hero Slide 2",
      "imageFile": "hero-bg-slide-2.jpg",
      "order": 2,
      "active": true
    },
    {
      "title": "Hero Slide 3",
      "imageFile": "hero-bg-slide-3.jpg",
      "order": 3,
      "active": true
    }
  ]
}