[
  {
    "id": "delivery",
    "titleKey": "services.delivery.title",
    "descriptionKey": "services.delivery.description",
    "icon": "Package",
    "colorClass": "bg-blue-100 text-blue-600"
  },
  {
    "id": "cod",
    "titleKey": "services.cod.title",
    "descriptionKey": "services.cod.description",
    "icon": "DollarSign",
    "colorClass": "bg-green-100 text-green-600"
  },
  {
    "id": "affiliate",
    "titleKey": "services.affiliate.title",
    "descriptionKey": "services.affiliate.description",
    "icon": "Users",
    "colorClass": "bg-purple-100 text-purple-600"
  },
  {
    "id": "coverage",
    "titleKey": "services.coverage.title",
    "descriptionKey": "services.coverage.description",
    "icon": "MapPin",
    "colorClass": "bg-orange-100 text-orange-600"
  },
  {
    "id": "support",
    "titleKey": "services.support.title",
    "descriptionKey": "services.support.description",
    "icon": "Headphones",
    "colorClass": "bg-pink-100 text-pink-600"
  },
  {
    "id": "tracking",
    "titleKey": "services.tracking.title",
    "descriptionKey": "services.tracking.description",
    "icon": "BarChart3",
    "colorClass": "bg-indigo-100 text-indigo-600"
  }
]
